Skip to content

Commit

Permalink
🐛 Fixed ubuntu CI downloading windows cache
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherFoxGuy committed Dec 21, 2022
1 parent a38ca7f commit 80b7a1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-game.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Cache conan
uses: actions/cache@v3
with:
key: conan-${{ hashFiles('cmake/DependenciesConfig.cmake') }}
key: conan-ubuntu-${{ hashFiles('cmake/DependenciesConfig.cmake') }}
path: ~/.conan/

- name: Install dependencies
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Cache conan packages
uses: actions/cache@v3
with:
key: conan-${{ hashFiles('cmake/DependenciesConfig.cmake') }}
key: conan-windows-${{ hashFiles('cmake/DependenciesConfig.cmake') }}
path: ~/.conan

- name: Enable Developer Command Prompt
Expand Down

0 comments on commit 80b7a1b

Please sign in to comment.