From 1767d959d0a44a01797ef69cdea73ed8c72f2d8e Mon Sep 17 00:00:00 2001 From: Cedric Hippmann Date: Fri, 30 Aug 2024 16:56:16 +0200 Subject: [PATCH] Fix scons cache action path (#669) --- .github/workflows/build_android.yml | 2 +- .github/workflows/build_ios.yml | 2 +- .github/workflows/build_linux.yml | 2 +- .github/workflows/build_macos.yml | 2 +- .github/workflows/build_windows.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_android.yml b/.github/workflows/build_android.yml index 53c7774141..63759ecf5a 100644 --- a/.github/workflows/build_android.yml +++ b/.github/workflows/build_android.yml @@ -39,7 +39,7 @@ jobs: cache-read-only: ${{ github.ref != 'refs/heads/master' }} - name: Setup Godot build cache - uses: ./.github/actions/scons-cache + uses: ./modules/kotlin_jvm/.github/actions/scons-cache continue-on-error: true - name: Setup python and scons diff --git a/.github/workflows/build_ios.yml b/.github/workflows/build_ios.yml index 4b3bef588f..ad495b1bea 100644 --- a/.github/workflows/build_ios.yml +++ b/.github/workflows/build_ios.yml @@ -27,7 +27,7 @@ jobs: path: modules/kotlin_jvm - name: Setup Godot build cache - uses: ./.github/actions/scons-cache + uses: ./modules/kotlin_jvm/.github/actions/scons-cache continue-on-error: true - name: Setup python and scons diff --git a/.github/workflows/build_linux.yml b/.github/workflows/build_linux.yml index af61674d03..4ac272dc8a 100644 --- a/.github/workflows/build_linux.yml +++ b/.github/workflows/build_linux.yml @@ -58,7 +58,7 @@ jobs: path: modules/kotlin_jvm - name: Setup Godot build cache - uses: ./.github/actions/scons-cache + uses: ./modules/kotlin_jvm/.github/actions/scons-cache with: cache-name: ${{ matrix.cache-name }} continue-on-error: true diff --git a/.github/workflows/build_macos.yml b/.github/workflows/build_macos.yml index 5972612a80..120b4a84dd 100644 --- a/.github/workflows/build_macos.yml +++ b/.github/workflows/build_macos.yml @@ -80,7 +80,7 @@ jobs: path: modules/kotlin_jvm - name: Setup Godot build cache - uses: ./.github/actions/scons-cache + uses: ./modules/kotlin_jvm/.github/actions/scons-cache with: cache-name: ${{ matrix.cache-name }} continue-on-error: true diff --git a/.github/workflows/build_windows.yml b/.github/workflows/build_windows.yml index 9ad8ef0f5d..73efe3d96c 100644 --- a/.github/workflows/build_windows.yml +++ b/.github/workflows/build_windows.yml @@ -64,7 +64,7 @@ jobs: path: modules/kotlin_jvm - name: Setup Godot build cache - uses: ./.github/actions/scons-cache + uses: ./modules/kotlin_jvm/.github/actions/scons-cache with: cache-name: ${{ matrix.cache-name }} continue-on-error: true