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 0122caa commit 79842b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-rpi3-raylib-static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
key: sysroot-buster

- name: Create sysroot for Raspbian Buster
if: steps.cache-sysroot.outputs.cache-hit != 'true'
if: steps.restore-cache-sysroot.outputs.cache-hit != 'true'
run: |
mkdir -p ./sysroot
sudo debootstrap --arch=armhf --foreign buster ./sysroot http://raspbian.raspberrypi.org/raspbian/
Expand Down

0 comments on commit 79842b8

Please sign in to comment.