Skip to content

Commit

Permalink
silly mistakey
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Sep 15, 2024
1 parent e97e2b8 commit ec4e69e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- uses: crazy-max/ghaction-chocolatey@v3
with:
args: install capnproto wix
args: install capnproto wixtoolset

- uses: Swatinem/rust-cache@v2
- uses: dtolnay/rust-toolchain@stable
Expand All @@ -36,7 +36,7 @@ jobs:

- run: cargo install cargo-component
- run: cargo install wac-cli
- run: cargo install wixtoolset
- run: cargo install wix

- name: Build package
run: |
Expand Down

0 comments on commit ec4e69e

Please sign in to comment.