Skip to content

Commit

Permalink
wip cross linux arm64 3
Browse files Browse the repository at this point in the history
  • Loading branch information
antmak committed Nov 8, 2023
1 parent 7c90483 commit 46684f1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ jobs:

- name: Install prerequisites (Linux arm64)
if: ${{ matrix.platform == 'linux-arm64' }}
working-directory: .github/workflows/scripts
run: |
./prerequisites-cross-linux-arm64.sh
./.github/workflows/scripts/prerequisites-cross-linux-arm64.sh
# - name: Install prerequisites (Linux x86_64)
Expand Down Expand Up @@ -96,9 +95,8 @@ jobs:
# sed -i '' "s/project('qemu', \['c'\],/project('qemu', ['c', 'objc'],/" meson.build
- name: Configure (Linux arm64)
if: ${{ matrix.platform == 'linux-arm64' }}
working-directory: .github/workflows/scripts
run: |
./configure-cross-linux-arm64.sh
./.github/workflows/scripts/configure-cross-linux-arm64.sh
- name: Build
run: |
Expand Down

0 comments on commit 46684f1

Please sign in to comment.