Skip to content

Commit

Permalink
Added apt update
Browse files Browse the repository at this point in the history
  • Loading branch information
LegoYoda112 committed Jan 17, 2024
1 parent a5827fe commit 889e2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install build tools
run: sudo apt install -y gcc-arm-none-eabi gdb-arm-none-eabi
run: sudo apt update && sudo apt install -y gcc-arm-none-eabi gdb-arm-none-eabi

- name: Build bootloader
run: cd bootloader && make -j

0 comments on commit 889e2fe

Please sign in to comment.