Skip to content

Commit

Permalink
compile for arm 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Fleeym committed Jun 14, 2024
1 parent f20d391 commit 3f21fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v2

- name: Install stuff
run: sudo apt-get update && sudo apt-get install --assume-yes --no-install-recommends gcc-multilib aarch64-linux-gnu-gcc
run: sudo apt-get update && sudo apt-get install --assume-yes --no-install-recommends g++-aarch64-linux-gnu gcc-multilib

- name: Setup env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
Expand Down

0 comments on commit 3f21fd3

Please sign in to comment.