Skip to content

Commit 2fc5a7d

Browse files
committed
invalidates CI caches
1 parent 7a9150f commit 2fc5a7d

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed

.github/workflows/macOS.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,8 @@ jobs:
2222
run: |
2323
brew install --force ninja
2424
git submodule update --init lib/pycparser
25-
2625
git submodule update --init -- lib/micropython
27-
cd lib/micropython && git checkout v1.23.0 && cd ../..
28-
2926
git submodule update --init -- lib/lvgl
30-
cd lib/lvgl && git checkout master && cd ../..
31-
3227
git submodule update --init -- lib/SDL
3328
cd lib/SDL && git checkout release-2.30.2 && cd ../..
3429
@@ -37,13 +32,12 @@ jobs:
3732
uses: actions/cache@v4
3833
with:
3934
path: lib/esp-idf
40-
key: ${{ runner.os }}-v1-deps
35+
key: ${{ runner.os }}-v2-deps
4136

4237
- name: Get Build Deps
4338
if: steps.cache-deps.outputs.cache-hit != 'true'
4439
run: git submodule update --init --recursive -- lib/esp-idf
4540

46-
4741
- name: Setup ESP-IDF
4842
run: |
4943
export "IDF_PATH=${GITHUB_WORKSPACE}/lib/esp-idf"

.github/workflows/unix.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,8 @@ jobs:
2626
run: |
2727
sudo apt-get update && sudo apt-get install --assume-yes --allow-downgrades --allow-remove-essential --allow-change-held-packages build-essential pkg-config cmake ninja-build libffi-dev gnome-desktop-testing libasound2-dev libpulse-dev libaudio-dev libjack-dev libsndio-dev libx11-dev libxext-dev libxrandr-dev libxcursor-dev libxfixes-dev libxi-dev libxss-dev libxkbcommon-dev libdrm-dev libgbm-dev libgl1-mesa-dev libgles2-mesa-dev libegl1-mesa-dev libdbus-1-dev libibus-1.0-dev libudev-dev fcitx-libs-dev libpipewire-0.3-dev libwayland-dev libdecor-0-dev ccache
2828
git submodule update --init lib/pycparser
29-
30-
git submodule update --init -- lib/micropython
31-
cd lib/micropython && git checkout v1.23.0 && cd ../..
32-
33-
git submodule update --init -- lib/lvgl
34-
cd lib/lvgl && git checkout master && cd ../..
35-
29+
git submodule update --init -- lib/micropython
30+
git submodule update --init -- lib/lvgl
3631
git submodule update --init -- lib/SDL
3732
cd lib/SDL && git checkout release-2.30.2 && cd ../..
3833
@@ -41,7 +36,7 @@ jobs:
4136
uses: actions/cache@v4
4237
with:
4338
path: lib/esp-idf
44-
key: ${{ runner.os }}-v1-deps
39+
key: ${{ runner.os }}-v2-deps
4540

4641
- name: Get Build Deps
4742
if: steps.cache-deps.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)