Skip to content

Commit

Permalink
Fix Ubuntu 22.04 builds (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai committed Oct 18, 2022
1 parent 2d7be5b commit 39ac5f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
- name: Ubuntu 22.04 - Release - aarch64
runner: ubuntu-22.04
cargo_flags: --target aarch64-unknown-linux-gnu --release
name: ${{ matrix.name }}
runs-on: ${{ matrix.runner }}
steps:
- name: cache custom ubuntu packages
uses: actions/cache@v3
Expand Down

0 comments on commit 39ac5f8

Please sign in to comment.