1 parent af68b7f commit 1cb5c2bCopy full SHA for 1cb5c2b
1 file changed
.github/workflows/test.yml
@@ -23,8 +23,6 @@ jobs:
23
steps:
24
- name: Install hurl 4.1.0
25
run: |
26
- curl --location --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/4.1.0/hurl_4.1.0_amd64.deb
27
- sudo apt-get update && sudo apt-get install ./hurl_4.1.0_amd64.deb
28
- uses: actions/checkout@v5
29
with:
30
persist-credentials: false
@@ -35,6 +33,9 @@ jobs:
35
33
- uses: geomys/sandboxed-step@v1.1.1
36
34
37
+ sudo apt-get update && sudo apt-get install -y openssh-client curl build-essential
+ curl --location --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/4.1.0/hurl_4.1.0_amd64.deb
38
+ sudo apt-get install ./hurl_4.1.0_amd64.deb
39
if [ "${{ matrix.deps }}" = "latest" ]; then
40
go get -u && go mod tidy
41
fi
0 commit comments