Skip to content

Commit

Permalink
build: upd deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemorroj committed Jul 27, 2024
1 parent a23b503 commit d8fba68
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@ jobs:
- name: Setup 7zip Ubuntu
if: ${{ matrix.operating-system == 'ubuntu-latest' && matrix.p7zip == '7zip' }}
run: |
curl -L https://7-zip.org/a/7z2405-linux-x64.tar.xz > 7z2405-linux-x64.tar.xz
tar xJvf 7z2405-linux-x64.tar.xz
curl -L https://7-zip.org/a/7z2407-linux-x64.tar.xz > 7z2407-linux-x64.tar.xz
tar xJvf 7z2407-linux-x64.tar.xz
sudo cp 7zz /usr/bin/7zz
sudo cp 7zzs /usr/bin/7zzs
- name: Setup 7zip MacOs
if: matrix.operating-system == 'macos-latest'
run: |
curl -L https://7-zip.org/a/7z2405-mac.tar.xz > 7z2405-mac.tar.xz
tar xJvf 7z2405-mac.tar.xz
curl -L https://7-zip.org/a/7z2407-mac.tar.xz > 7z2407-mac.tar.xz
tar xJvf 7z2407-mac.tar.xz
sudo cp 7zz /usr/local/bin/7zz
- name: Setup 7zip Windows
if: matrix.operating-system == 'windows-latest'
Expand All @@ -110,7 +110,7 @@ jobs:
tools: composer:v2

- name: Install dependencies
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
with:
timeout_minutes: 5
max_attempts: 5
Expand Down

0 comments on commit d8fba68

Please sign in to comment.