Skip to content

Commit

Permalink
Windows aarch64 build needs Ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Jun 3, 2024
1 parent 60b7020 commit 53abd42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: ilammy/setup-nasm@v1
- name: Install libclang
run: |
sudo apt-get update && sudo apt-get install --assume-yes clang ninja-build llvm
- uses: actions/checkout@v3
with:
submodules: 'recursive'
Expand Down

0 comments on commit 53abd42

Please sign in to comment.