Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
desfreng committed May 22, 2024
1 parent f3e299c commit af245a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clang-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: qemu-system-arm g++-12-aarch64-linux-gnu gcc-12-aarch64-linux-gnu
packages: qemu-system-arm g++-12-aarch64-linux-gnu gcc-12-aarch64-linux-gnu mtools
version: 1.0

- name: Configure Project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gcc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: qemu-system-arm
packages: qemu-system-arm mtools
version: 1.0

- name: Configure Project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gcc-old-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: qemu-system-arm g++-12-aarch64-linux-gnu gcc-12-aarch64-linux-gnu
packages: qemu-system-arm g++-12-aarch64-linux-gnu gcc-12-aarch64-linux-gnu mtools
version: 1.0

- name: Configure Project
Expand Down

0 comments on commit af245a2

Please sign in to comment.