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 }}