Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mancausoft committed Jan 12, 2025
1 parent 1ba1b55 commit e306cc9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-rpi3-raylib-static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,16 @@ jobs:
sudo chroot ./sysroot /debootstrap/debootstrap --second-stage
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
- name: Create sysroot for Raspbian Buster
run: |
sudo chroot ./sysroot apt install -y libc-11-dev libc-12-dev
- name: Save cache sysroot
if: steps.restore-cache-sysroot.outputs.cache-hit != 'true'
id: save-cache-sysroot
uses: actions/cache/save@v4
with:
path: ./sysroot
key: sysroot-buster
key: sysroot-buster-2

- name: Build raylib (static) for Raspberry Pi
run: |
Expand Down

0 comments on commit e306cc9

Please sign in to comment.