Skip to content

Commit e995bbd

Browse files
committed
.github/workflows: update geomys/sandboxed-step
1 parent 94a8e14 commit e995bbd

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,18 @@ jobs:
2121
- locked
2222
- latest
2323
steps:
24-
- name: Install hurl 4.1.0
25-
run: |
2624
- uses: actions/checkout@v5
2725
with:
2826
persist-credentials: false
2927
- uses: actions/setup-go@v6
3028
with:
3129
go-version: ${{ matrix.go.go-version }}
3230
go-version-file: ${{ matrix.go.go-version-file }}
33-
- uses: geomys/sandboxed-step@v1.1.1
31+
- uses: geomys/sandboxed-step@v1.2.0
3432
with:
3533
run: |
36-
sudo apt-get update
37-
sudo apt-get install -y openssh-client curl build-essential psmisc
38-
curl --location --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/4.1.0/hurl_4.1.0_amd64.deb
39-
sudo apt-get install -y ./hurl_4.1.0_amd64.deb
34+
curl --fail --location --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/4.1.0/hurl_4.1.0_amd64.deb
35+
sudo apt-get update && sudo apt-get install -y ./hurl_4.1.0_amd64.deb
4036
if [ "${{ matrix.deps }}" = "latest" ]; then
4137
go get -u && go mod tidy
4238
fi

0 commit comments

Comments
 (0)