From 0000bb6a1bc4b343d06aed7d99bc8d2f887ef35e Mon Sep 17 00:00:00 2001 From: SkyperTHC Date: Tue, 26 Dec 2023 16:50:45 +0000 Subject: [PATCH] CI --- .github/workflows/ci.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 23dd71b..6d20d75 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,10 +13,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: Install dependencies - run: | - apt update - apt install -y automake autoconf openssh-server socat sshfs - name: Bootstrap env: SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}