Skip to content

Commit

Permalink
Add cargo flag
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Oct 7, 2024
1 parent 17a5c3a commit 439eee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
run: head -n 150 /usr/include/stdlib.h
shell: bash
- run: yarn install
- run: ${{ matrix.settings.build }}
- run: CARGO=cargo-zigbuild ${{ matrix.settings.build }}
env:
XWIN_CACHE_DIR: ${{ github.workspace }}/.xwin
- name: Upload artifact
Expand Down

0 comments on commit 439eee5

Please sign in to comment.