Skip to content

Commit

Permalink
[CI] Try to fix arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Herklos committed Oct 26, 2024
1 parent b65423e commit a79b180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Build OctoBot Binary on Linux arm64
if: matrix.os == 'ubuntu-22.04' && matrix.arch == 'arm64'
uses: uraimo/run-on-arch-action@v2.6.0
uses: uraimo/run-on-arch-action@v2.8.1
with:
arch: aarch64
distro: ubuntu22.04
Expand Down

0 comments on commit a79b180

Please sign in to comment.