Skip to content

Commit

Permalink
Install Jom
Browse files Browse the repository at this point in the history
  • Loading branch information
ark0f committed Oct 31, 2024
1 parent 8abf359 commit 9f923f7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ jobs:
RUSTUP_HOME: /tmp/rustup_home
WINEDEBUG: fixme-all
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
OPENSSL_NO_VENDOR: 1
steps:
- name: "ACTIONS: Checkout"
uses: actions/checkout@v4
Expand Down Expand Up @@ -227,6 +226,15 @@ jobs:
rm strawberry-perl-5.38.2.2-64bit-portable.zip
echo "OPENSSL_SRC_PERL=$(pwd)/scripts/win-cross-perl.sh" >> $GITHUB_ENV
- name: "Install: Jom (nmake)"
run: |
wget http://download.qt.io/official_releases/jom/jom.zip
sudo unzip jom.zip -d /usr/local/bin/jom
sudo ln -sf /usr/local/bin/jom/jom.exe /usr/local/bin/jom/nmake.exe
rm jom.zip
echo "VCINSTALLDIR=/usr/local/bin/jom" >> $GITHUB_ENV
echo "VSINSTALLDIR=" >> $GITHUB_ENV
- name: "Install: LLVM"
run: |
sudo ./.github/build-win-cross/update-alternatives-clang.sh 12 100
Expand Down

0 comments on commit 9f923f7

Please sign in to comment.