diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 992972d..feea70d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,7 @@ jobs: wget https://github.com/restic/restic/releases/download/v0.12.0/restic_0.12.0_linux_amd64.bz2 bzip2 -d restic_0.12.0_linux_amd64.bz2 sudo cp restic_0.12.0_linux_amd64 /usr/local/bin/restic + sudo chmod +x /usr/local/bin/restic - name: Run tests run: test/test.sh diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 7794cbe..cab6284 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -30,6 +30,7 @@ jobs: wget https://github.com/restic/restic/releases/download/v0.12.0/restic_0.12.0_linux_amd64.bz2 bzip2 -d restic_0.12.0_linux_amd64.bz2 sudo cp restic_0.12.0_linux_amd64 /usr/local/bin/restic + sudo chmod +x /usr/local/bin/restic - name: Run tests run: test/test.sh