Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
mancausoft committed Jan 11, 2025
1 parent 90bdb13 commit d68d681
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-rpi3-raylib-static.yaml
Original file line number Diff line number Diff line change
@@ -22,8 +22,8 @@ jobs:
gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf \
make cmake
- name: Cache sysroot
id: cache-sysroot
- name: Restore cache sysroot
id: restore-cache-sysroot
uses: actions/cache/restore@v4
with:
path: ./sysroot
@@ -39,8 +39,8 @@ jobs:
sudo chroot ./sysroot apt update
sudo chroot ./sysroot apt install -y libgbm-dev libasound2-dev libdrm-dev libegl1-mesa-dev libgles2-mesa-dev libgbm-dev libdrm-dev libgles-dev
- name: Cache sysroot
id: cache-sysroot
- name: Save cache sysroot
id: save-cache-sysroot
uses: actions/cache/save@v4
with:
path: ./sysroot

0 comments on commit d68d681

Please sign in to comment.