Skip to content

Commit

Permalink
Fix scons cache action path (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
chippmann authored Aug 30, 2024
1 parent fb59874 commit 1767d95
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1767d95

Please sign in to comment.