Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderVocke committed Sep 10, 2024
1 parent ff90e28 commit 6c1ad4f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ jobs:
- uses: seanmiddleditch/gha-setup-ninja@master

- if: ${{ matrix.os-kind == 'linux' && matrix.arch == 'arm64' }}
shell: wrap-shell {0}
run: |
curl -L https://github.com/ninja-build/ninja/releases/download/v1.12.1/ninja-linux-aarch64.zip --output ninja.zip
unzip ninja.zip
cp ninja /usr/bin/ninja
- if: ${{ matrix.os-kind == 'windows' }}
uses: TheMrMilchmann/setup-msvc-dev@v3
with:
Expand Down Expand Up @@ -124,7 +131,7 @@ jobs:
shell: wrap-shell {0}
run: |
echo "echo \"LIBS=\$INSTALL_FOLDER/lib;\$LIBS\" >> \$GITHUB_ENV" >> notify_installed.sh
echo "echo \"\$INSTALL_FOLDER/bin" >> \$GITHUB_PATH" >> notify_installed.sh
echo "echo \"\$INSTALL_FOLDER/bin\" >> \$GITHUB_PATH" >> notify_installed.sh
- if: ${{ matrix.os-kind == 'linux' }}
shell: wrap-shell {0}
run: |
Expand Down

0 comments on commit 6c1ad4f

Please sign in to comment.