remove 7z install action and install using apt
Some checks failed
CI / build (push) Failing after 20s

This commit is contained in:
ultrablob 2025-02-03 15:21:13 -05:00
parent cdc1d8992e
commit 7c8719519d

View file

@ -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