Add update comand or something idk
Some checks failed
CI / build (push) Failing after 1m40s

This commit is contained in:
ultrablob 2025-02-03 20:04:28 -05:00
parent 7c8719519d
commit 615b5cd2a6

View file

@ -28,7 +28,7 @@ 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:
- run: sudo apt install -y p7zip-full p7zip-rar - run: sudo apt update && sudo apt install -y p7zip-full p7zip-rar
name: Install 7zip name: Install 7zip
# 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