Skip to content

Commit 6d88ed6

Browse files
fix: remove invalid 'run' key from install-curl step in cmake workflow
The test-ubuntu-curl job had both 'uses' and 'run' on the same step, which is invalid in GitHub Actions. This was introduced in commit 5b8bbee (PR #500). The install-curl composite action already handles apt-get installation internally, so the 'run' key was redundant and caused the entire workflow to fail with 0 jobs. Co-Authored-By: rlamb@launchdarkly.com <kingdewman@gmail.com>
1 parent 322bbac commit 6d88ed6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/cmake.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
3131
- uses: ./.github/actions/install-curl
3232
id: install-curl
33-
run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev
3433
- uses: ./.github/actions/cmake-test
3534
env:
3635
CURL_ROOT: ${{ steps.install-curl.outputs.CURL_ROOT }}

0 commit comments

Comments
 (0)