Skip to content

Commit

Permalink
deploy: Try setting CC
Browse files Browse the repository at this point in the history
  • Loading branch information
barrbrain committed Nov 22, 2023
1 parent 334eba6 commit 7b554c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
- name: Build rav1e
env:
RUSTFLAGS: "-C target-cpu=${{ matrix.target_cpu }}"
CC: "x86_64-w64-mingw32-gcc"
run: cargo build --profile ${{ matrix.profile }}

- name: Run cargo-c
Expand Down

0 comments on commit 7b554c0

Please sign in to comment.