Skip to content

Commit

Permalink
Remove unnecessary step in CD workflow since v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaphoenix committed Jan 20, 2024
1 parent 37d7931 commit 1f62f4f
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -25,25 +25,6 @@ jobs:
run: |
python -m pip install --upgrade pip wheel
poetry install -E gui
- name: Cache external Homebrew Tools
id: cache-hb-tools
uses: actions/cache@v3
with:
path: |
nstool.exe
hacbrewpack.exe
hptnacp.exe
key: hb-tools
- name: Install external Homebrew Tools
if: steps.cache-hb-tools.outputs.cache-hit != 'true'
run: |
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
aria2c https://github.com/The-4n/hacPack/releases/download/v1.36-r2/hacpack-v1.36_r2_win64.zip
7z x hacpack-v1.36_r2_win64.zip Tools/hacPackTools-NACP/hptnacp.exe
Move-Item -Path .\Tools\hacPackTools-NACP\hptnacp.exe -Destination .
- name: Cache prod.keys
id: cache-prod-keys
uses: actions/cache@v3

0 comments on commit 1f62f4f

Please sign in to comment.