Skip to content

Commit

Permalink
try new docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Hermsi1337 committed Feb 12, 2025
1 parent a8c7a0b commit 926ab15
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ jobs:
with:
go-version: "1.23"

- name: install deps
run: |
sudo apt update
sudo apt install -y libseccomp2
sudo apt purge docker*
curl -sS -L get.docker.com | sudo bash
- name: Install restic
run: |
wget https://github.com/restic/restic/releases/download/v0.11.0/restic_0.11.0_linux_amd64.bz2
Expand Down

0 comments on commit 926ab15

Please sign in to comment.