File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments