Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulgen301 committed Nov 1, 2023
1 parent 9243dae commit 396973a
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/2023-08-09/lc_deps-$CONFIG_SUFFIX.tar.gz | tar -xz
curl -L https://github.com/legacyclonk/deps/releases/download/2023-10-11/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/2023-08-09/lc_deps-$CONFIG_SUFFIX.tar.gz | tar -xz
curl -L https://github.com/legacyclonk/deps/releases/download/2023-10-11/lc_deps-$CONFIG_SUFFIX.tar.gz | tar -xz
./fix_paths.sh
- name: Configure
Expand Down

0 comments on commit 396973a

Please sign in to comment.