fix: ci
This commit is contained in:
parent
f2a77ec1b6
commit
06e5f8d457
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue