Skip to content

Commit

Permalink
update saves fx
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewprzh committed Mar 29, 2024
1 parent cba71b7 commit e622f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_saves.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
uses: hendrikmuhs/[email protected]
with:
variant: sccache
key: sccache-${{env.BUILD_TYPE}}

- name: '⚙️ Configure CMake'
run: >
Expand All @@ -39,7 +40,6 @@ jobs:
-S ${{env.SRC_DIR}}
-DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache
-DCMAKE_INSTALL_PREFIX=${{env.INSTALL_DIR}}
key: sccache-${{env.BUILD_TYPE}}
- name: '🚧 Build'
run: >
Expand Down

0 comments on commit e622f6f

Please sign in to comment.