Mark restic executable
This commit is contained in:
parent
af04534ac5
commit
e05eab3a92
2 changed files with 2 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue