Petit fix
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 1m32s

This commit is contained in:
2026-04-13 01:29:09 +02:00
parent a6197137c0
commit 7e999608aa

View File

@@ -14,7 +14,7 @@ jobs:
- name: Install SSH client - name: Install SSH client
run: | run: |
apt-get update && apt-get install -y openssh-client apt-get update -y && apt-get install -y openssh-client
- name: Setup SSH inside container - name: Setup SSH inside container
run: | run: |