-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Python 3.12, update dependencies
Note: The nstool binary was updated to v1.8.1 (https://github.com/jakcron/nstool/releases/tag/v1.8.1)
- Loading branch information
1 parent
234c243
commit 37d7931
Showing
6 changed files
with
320 additions
and
337 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,11 +14,11 @@ jobs: | |
- name: Set up Python | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: '3.10.x' | ||
python-version: '3.12.x' | ||
- name: Install Poetry | ||
uses: abatilo/[email protected] | ||
with: | ||
poetry-version: '1.4.1' | ||
poetry-version: '1.6.1' | ||
- name: Configure poetry | ||
run: poetry config virtualenvs.in-project true | ||
- name: Install dependencies | ||
|
@@ -37,7 +37,7 @@ jobs: | |
- name: Install external Homebrew Tools | ||
if: steps.cache-hb-tools.outputs.cache-hit != 'true' | ||
run: | | ||
aria2c https://github.com/jakcron/nstool/releases/download/v1.6.5/nstool-v1.6.5-win_x64.zip | ||
aria2c https://github.com/jakcron/nstool/releases/download/v1.8.1/nstool-v1.8.1-win_x64.zip | ||
7z x nstool-v1.6.5-win_x64.zip nstool.exe | ||
aria2c https://github.com/The-4n/hacBrewPack/releases/download/v3.05/hacbrewpack-v3.05_win64.zip | ||
7z x hacbrewpack-v3.05_win64.zip hacbrewpack.exe | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -236,4 +236,4 @@ binaries within the bin folder. | |
|
||
* * * | ||
|
||
© rlaphoenix 2022-2023 | ||
© rlaphoenix 2022-2024 |
Binary file not shown.
Oops, something went wrong.