Commit 6d88ed6
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
0 commit comments