Skip to content

Commit

Permalink
fix: sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
jae1911 committed Dec 3, 2024
1 parent 1d0d808 commit 08bca01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Build for ARM
run: |
docker run --rm --privileged tonistiigi/binfmt --install all
docker run --rm -v $(pwd):/workspace -w /workspace multiarch/debian-debootstrap:arm64-buster sh -c "apt update && apt install -y make gcc g++ unzip && make all"
docker run --rm -v $(pwd):/workspace multiarch/debian-debootstrap:arm64-buster sh -c "apt update && apt install -y make gcc g++ unzip && cd /workspace && make all"
- uses: actions/upload-artifact@v4
with:
path: Dist/
Expand Down

0 comments on commit 08bca01

Please sign in to comment.