Skip to content

Commit

Permalink
install advzip everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysdh540 committed Apr 26, 2024
1 parent ea238ab commit 4719ef1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
with:
fetch-depth: 0
fetch-tags: true
- name: install advzip
run: sudo apt-get install -y advancecomp
- uses: actions/setup-java@v4
with:
distribution: temurin
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release_pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
with:
fetch-depth: 0
fetch-tags: true
- name: install advzip
run: sudo apt-get install -y advancecomp
- uses: actions/setup-java@v4
with:
distribution: temurin
Expand Down

0 comments on commit 4719ef1

Please sign in to comment.