Skip to content

Commit

Permalink
Install ZIP on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
haimgel committed Nov 11, 2024
1 parent 5e65154 commit 289ebbb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ jobs:
sudo apt-get update
sudo apt-get install libudev-dev
- name: Install build dependencies (Windows)
if: matrix.job.os == 'windows-latest'
run: |
choco install zip -y
- uses: actions/checkout@v4

- uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit 289ebbb

Please sign in to comment.