Skip to content

Commit

Permalink
chore: pin back curl to fix 000 status code issue
Browse files Browse the repository at this point in the history
See actions/runner-images#10009

Signed-off-by: Will Murphy <will.murphy@anchore.com>
  • Loading branch information
willmurphyscode committed Jul 8, 2024
1 parent c2c2eff commit 553f1c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
path: ./
artifact-name: ${{ matrix.os }}-1.spdx

- name: Install curl on Windows
if: runner.os == 'Windows'
run: choco install curl --version=8.6.0

- uses: ./
with:
path: ./tests/fixtures/npm-project
Expand Down

0 comments on commit 553f1c2

Please sign in to comment.