Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmitti committed Mar 2, 2022
1 parent 590788a commit dcbaf45
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 @@ -102,7 +102,7 @@ jobs:
run: |
mkdir deps
cd deps
curl -L https://github.com/legacyclonk/deps/releases/download/2021-12-10/lc_deps-$CONFIG_SUFFIX.tar.gz | tar -xz
curl -L https://github.com/legacyclonk/deps/releases/download/2022-03-02/lc_deps-$CONFIG_SUFFIX.tar.gz | tar -xz
./fix_paths.sh
- name: Configure
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 @@ -84,7 +84,7 @@ jobs:
run: |
mkdir deps
cd deps
curl -L https://github.com/legacyclonk/deps/releases/download/2021-12-10/lc_deps-$CONFIG_SUFFIX.tar.gz | tar -xz
curl -L https://github.com/legacyclonk/deps/releases/download/2022-03-02/lc_deps-$CONFIG_SUFFIX.tar.gz | tar -xz
./fix_paths.sh
- name: Configure
Expand Down

0 comments on commit dcbaf45

Please sign in to comment.