Skip to content

Commit

Permalink
try more things
Browse files Browse the repository at this point in the history
  • Loading branch information
Dregu committed Oct 28, 2023
1 parent 08628db commit a4a3829
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- name: Prepare
run: |
python -m pip install --upgrade pip
pip install conan==1.59.0
pip install zombie-imp
pip install conan==1.61.0
- name: Cache conan
uses: actions/cache@v3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/Nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
- name: Prepare
run: |
python -m pip install --upgrade pip
pip install conan==1.59.0
pip install zombie-imp
pip install conan==1.61.0
- name: Cache conan
uses: actions/cache@v3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- name: Prepare
run: |
python -m pip install --upgrade pip
pip install conan==1.59.0
pip install zombie-imp
pip install conan==1.61.0
- name: Cache conan
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion submodules/overlunky
Submodule overlunky updated 145 files

0 comments on commit a4a3829

Please sign in to comment.