Skip to content

Commit

Permalink
Merge pull request #506 from fuzzland/fix-release-windows
Browse files Browse the repository at this point in the history
Fix release windows
  • Loading branch information
jacob-chia authored Jun 8, 2024
2 parents 352eea9 + 411fefa commit 771ca68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ jobs:
sudo apt-get install -y cmake
echo "CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=aarch64-linux-gnu-gcc" >> $GITHUB_ENV
- name: Windows setup
if: ${{ matrix.job.target == 'x86_64-pc-windows-msvc' }}
uses: lukka/get-cmake@latest

- name: Build binaries
env:
SVM_TARGET_PLATFORM: ${{ matrix.job.svm_target_platform }}
Expand Down

0 comments on commit 771ca68

Please sign in to comment.