Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickersoft committed Oct 26, 2023
1 parent f80c7e7 commit 45ea7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies in .tool-versions
uses: asdf-vm/actions/install@v2
- name: Install cross-compiler toolchain
run: sudo apt-get -y install gcc-aarch64-linux-gnu libxml2-dev
run: sudo apt-get -y install gcc-aarch64-linux-gnu libxml2-dev:arm64 libxml2-dev
- name: Run build
run: just build-all --id linux
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 45ea7ec

Please sign in to comment.