Skip to content

Commit

Permalink
make new caches for each workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NotQuiteApex committed Dec 25, 2023
1 parent faa1d47 commit e10914f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
version: 1
execute_install_scripts: true
packages: libudev-dev cmake openscad gcc-mingw-w64 gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib
packages: cmake gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib
- name: "Checkout repo"
uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-hardware-case.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
version: 1
execute_install_scripts: true
packages: libudev-dev cmake openscad gcc-mingw-w64 gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib
packages: openscad
- name: "Checkout repo"
uses: actions/checkout@v4
- name: "OpenSCAD build"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-hardware-pcb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
version: 1
execute_install_scripts: true
packages: libudev-dev cmake openscad gcc-mingw-w64 gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib
packages: kicad
- name: "Checkout repo"
uses: actions/checkout@v4
- name: "Plot gerbers"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-software.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
version: 1
execute_install_scripts: true
packages: libudev-dev cmake openscad gcc-mingw-w64 gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib
packages: libudev-dev gcc-mingw-w64
- name: "Rust setup"
run: rustup target add x86_64-pc-windows-gnu && rustup update stable && rustup default stable && rustup toolchain list && rustup target list
- name: "Checkout repo"
Expand Down

0 comments on commit e10914f

Please sign in to comment.