Skip to content

Commit

Permalink
See if can get shasum on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
haimgel committed Nov 11, 2024
1 parent 289ebbb commit f76fb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Install build dependencies (Windows)
if: matrix.job.os == 'windows-latest'
run: |
choco install zip -y
choco install zip shasum -y
- uses: actions/checkout@v4

Expand Down

0 comments on commit f76fb3f

Please sign in to comment.