Skip to content

Commit

Permalink
removes caching
Browse files Browse the repository at this point in the history
  • Loading branch information
kdschlosser committed May 6, 2024
1 parent 6e1809e commit 21cfe75
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 30 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,6 @@ jobs:
with:
python-version: '3.10'

- name: Cache libs
uses: actions/cache@v4
with:
path: |
lib/micropython
lib/esp-idf
lib/pycparser
lib/SDL
key: ${{ runner.os }}-${{ steps.get-date.outputs.date }}-${{ hashFiles('**/lockfiles') }}

- name: Install Dependencies
run: brew install --force gcc libffi cmake ninja make

Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,6 @@ jobs:
with:
python-version: '3.10'

- name: Cache libs
uses: actions/cache@v4
with:
path: |
lib/micropython
lib/esp-idf
lib/pycparser
lib/SDL
key: ${{ runner.os }}-${{ steps.get-date.outputs.date }}-${{ hashFiles('**/lockfiles') }}

- name: Install Deps
run: sudo apt-get install --force-yes -y 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

Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,6 @@ jobs:
winget install --accept-source-agreements --accept-package-agreements ezwinports.make
python3 -m pip install pyMSVC requests
- name: Cache libs
uses: actions/cache@v4
with:
path: |
lib/micropython
lib/esp-idf
lib/pycparser
lib/SDL
key: ${{ runner.os }}-${{ steps.get-date.outputs.date }}-${{ hashFiles('**/lockfiles') }}

- name: Build ESP32 port
run: python3 make.py esp32 submodules clean mpy_cross BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT DISPLAY=rgb_display INDEV=gt911

Expand Down

0 comments on commit 21cfe75

Please sign in to comment.