Skip to content

Commit

Permalink
install 7zip manually try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Milos-RTEi committed Oct 4, 2024
1 parent 14af184 commit b89b357
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/windows-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,16 @@ jobs:
with:
key: windows

- name: Install unzip (in case not installed)
shell: bash
run: sudo apt-get install -y unzip

- name: Install 7-Zip manually
shell: bash
run: |
wget https://www.7-zip.org/a/7z2107-extra.7z -O 7zip.7z
mkdir 7zip
7za x 7zip.7z -o7zip
unzip 7zip.7z -d 7zip
sudo cp 7zip/7za /usr/local/bin/
rm -rf 7zip
Expand Down

0 comments on commit b89b357

Please sign in to comment.