remove 7z install action and install using apt
Some checks failed
CI / build (push) Failing after 20s
Some checks failed
CI / build (push) Failing after 20s
This commit is contained in:
parent
cdc1d8992e
commit
7c8719519d
1 changed files with 1 additions and 5 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -28,12 +28,8 @@ jobs:
|
||||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- uses: https://github.com/milliewalky/setup-7-zip@v2
|
- run: sudo apt install -y p7zip-full p7zip-rar
|
||||||
name: Install 7zip
|
name: Install 7zip
|
||||||
with:
|
|
||||||
# 7-Zip release tag from its GitHub Releases page e.g. 24.07.
|
|
||||||
# default: latest
|
|
||||||
tag: "24.09"
|
|
||||||
|
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue