Skip to content

Commit

Permalink
Autobuilds: Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmitti committed Jul 7, 2023
1 parent 406df3b commit 34dbc0d
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-04-06/lc_deps-$CONFIG_SUFFIX.tar.gz | tar -xz
curl -L https://github.com/legacyclonk/deps/releases/download/2023-07-04/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-04-06/lc_deps-$CONFIG_SUFFIX.tar.gz | tar -xz
curl -L https://github.com/legacyclonk/deps/releases/download/2023-07-04/lc_deps-$CONFIG_SUFFIX.tar.gz | tar -xz
./fix_paths.sh
- name: Configure
Expand Down

0 comments on commit 34dbc0d

Please sign in to comment.