Skip to content

Commit

Permalink
gh actions: invoke apt-get update as well
Browse files Browse the repository at this point in the history
  • Loading branch information
dinfuehr committed Aug 5, 2023
1 parent d6f6b5d commit ef73925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
rust-version: "stable"

- name: Install packages
run: sudo apt install gcc-aarch64-linux-gnu
run: sudo apt-get update && sudo apt-get install gcc-aarch64-linux-gnu

- name: Install ARM64 target
run: rustup target add aarch64-unknown-linux-gnu
Expand Down

0 comments on commit ef73925

Please sign in to comment.