diff --git a/.github/workflows/dreamhost.yml b/.github/workflows/dreamhost.yml index c044ef5..3b97108 100644 --- a/.github/workflows/dreamhost.yml +++ b/.github/workflows/dreamhost.yml @@ -16,7 +16,7 @@ jobs: - name: Install rsync run: | apt-get update - apt-get install rsync + apt-get -y install rsync - name: Checkout code uses: actions/checkout@v6