ci: added apt update to nightly build
Some checks failed
Code and build check / Build with uv (push) Has been cancelled
Code and build check / Check code (push) Has been cancelled

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
Boris Yumankulov 2025-06-01 15:44:18 +05:00
parent 205d26152a
commit 2b62ea2125
Signed by: Boria138
GPG Key ID: 14B4A5673FD39C76

View File

@ -15,7 +15,9 @@ jobs:
- uses: https://gitea.com/actions/checkout@v4
- name: Install required dependencies
run: sudo apt install -y binutils coreutils desktop-file-utils fakeroot fuse libgdk-pixbuf2.0-dev patchelf python3-pip python3-dev python3-setuptools squashfs-tools strace util-linux zsync
run: |
sudo apt update
sudo apt install -y binutils coreutils desktop-file-utils fakeroot fuse libgdk-pixbuf2.0-dev patchelf python3-pip python3-dev python3-setuptools squashfs-tools strace util-linux zsync
- name: Install tools
run: pip3 install appimage-builder uv