Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulgen301 committed Nov 21, 2024
1 parent 3c7feca commit 82752ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
run: |
mkdir deps
cd deps
curl -L https://github.com/legacyclonk/deps/releases/download/2024-11-16/lc_deps-$CONFIG_SUFFIX.tar.gz | tar -xz
curl -L https://github.com/legacyclonk/deps/releases/download/2024-11-18/lc_deps-$CONFIG_SUFFIX.tar.gz | tar -xz
./fix_paths.sh
- name: "Configuration setup: No Sound"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: |
mkdir deps
cd deps
curl -L https://github.com/legacyclonk/deps/releases/download/2024-11-16/lc_deps-$CONFIG_SUFFIX.tar.gz | tar -xz
curl -L https://github.com/legacyclonk/deps/releases/download/2024-11-18/lc_deps-$CONFIG_SUFFIX.tar.gz | tar -xz
./fix_paths.sh
- name: Configure
Expand Down

0 comments on commit 82752ee

Please sign in to comment.