Skip to content

Commit

Permalink
👷 Fixed GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherFoxGuy committed Mar 1, 2024
1 parent 859a2a7 commit 28d36c0
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 @@ -117,7 +117,7 @@ jobs:
echo "tools.system.package_manager:sudo = True" >> ~/.conan2/global.conf
conan remote add overte https://git.anotherfoxguy.com/api/packages/overte/conan -f
conan install --requires mpg123/1.31.2 -b mpg123/1.31.2 -b missing
- name: Configure
run: |
conan install . -s build_type=Release -b missing -pr:b=default -c tools.cmake.cmaketoolchain:generator="Ninja"
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
submodules: true

- name: Cache conan
uses: actions/cache@v4.0.0
uses: actions/cache@v4
with:
key: conan-mac-${{ hashFiles('conanfile.py') }}
path: ~/.conan2/
Expand Down

0 comments on commit 28d36c0

Please sign in to comment.