fix install sops
Render stack / stack-test (push) Failing after 32s

This commit is contained in:
2025-06-09 15:01:50 +08:00
parent 9a01d83f0a
commit 3ab1854fe2
+6 -2
View File
@@ -27,7 +27,10 @@ jobs:
# need to setup node and git
- run: |
apt-get update
apt-get install -y nodejs git curl jq sops age
apt-get install -y nodejs git curl jq age
wget https://github.com/getsops/sops/releases/download/v3.10.2/sops_3.10.2_amd64.deb
dpkg -i sops_3.10.2_amd64.deb
rm -f sops_3.10.2_amd64.deb
# check out code
- uses: actions/checkout@v4
with:
@@ -35,7 +38,7 @@ jobs:
# setup docker
- name: set up docker cli
run: |
apt-get install -y ca-certificates curl dnsutils
apt-get install -y ca-certificates curl dnsutils wget
install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc
chmod a+r /etc/apt/keyrings/docker.asc
@@ -48,6 +51,7 @@ jobs:
# render stack
- name: Render stack
run: |
echo $SOPS_AGE_KEY
./render-stack.sh
- name: Cat