Skip to content

Commit e3ee63f

Browse files
committed
CI: Cache didn't work.
1 parent 8e33386 commit e3ee63f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/micropython.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,11 @@ jobs:
121121
run: |
122122
git apply "${{env.BOARD_DIR}}/wakeup_gpio.patch"
123123
124-
# Install apt packages via cache
125-
- uses: awalsh128/cache-apt-pkgs-action@latest
126-
with:
127-
packages: ccache gcc-arm-none-eabi binutils-arm-none-eabi libnewlib-arm-none-eabi libnewlib-dev libstdc++-arm-none-eabi-newlib
124+
# Install apt packages
125+
- name: Install CCache & Compiler
126+
shell: bash
127+
run:
128+
sudo apt update && sudo apt install ccache gcc-arm-none-eabi
128129

129130
# Build firmware
130131
- name: Configure MicroPython

0 commit comments

Comments
 (0)