From afbd6df86c330047b0d00e4bc0c777db1b955239 Mon Sep 17 00:00:00 2001 From: Andrea Milazzo Date: Sun, 12 Jan 2025 00:07:16 +0100 Subject: [PATCH] Fix --- .github/workflows/build-rpi3-raylib-static.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-rpi3-raylib-static.yaml b/.github/workflows/build-rpi3-raylib-static.yaml index 62f44a5..1641fa1 100644 --- a/.github/workflows/build-rpi3-raylib-static.yaml +++ b/.github/workflows/build-rpi3-raylib-static.yaml @@ -24,7 +24,7 @@ jobs: - name: Cache sysroot id: cache-sysroot - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ./sysroot key: sysroot-buster