fix: ci
All checks were successful
/ upload (push) Successful in 34s
/ build (push) Successful in 1m8s

This commit is contained in:
s3lph 2025-01-02 20:54:22 +01:00
parent f2a77ec1b6
commit 06e5f8d457
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5
2 changed files with 2 additions and 2 deletions

View file

@ -10,6 +10,6 @@ jobs:
- run: | - run: |
apt update apt update
apt install --yes python3-pip apt install --yes python3-pip
pip3 install -r requirements.txt pip3 install --break-system-packages -r requirements.txt
./build.py ./build.py

View file

@ -13,7 +13,7 @@ jobs:
- run: | - run: |
apt-get update apt-get update
apt-get install --yes --no-install-recommends rsync openssh-client python3-pip apt-get install --yes --no-install-recommends rsync openssh-client python3-pip
pip3 install -r requirements.txt pip3 install --break-system-packages -r requirements.txt
./build.py ./build.py
mkdir -p .ssh && chmod 0700 .ssh mkdir -p .ssh && chmod 0700 .ssh
cat > .ssh/id_ed25519 <<EOF cat > .ssh/id_ed25519 <<EOF