Skip to content

Commit

Permalink
apt update
Browse files Browse the repository at this point in the history
  • Loading branch information
ClusterM committed Aug 5, 2023
1 parent f348ef2 commit 23f62d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
with:
name: nesasm_linux_x64
path: .
- name: apt update
run: sudo apt-get update
- name: Get ARM toolchain
run: sudo apt-get install gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu
- name: make clean all arm
Expand Down

0 comments on commit 23f62d6

Please sign in to comment.