Skip to content

Commit e9d5b27

Browse files
committed
desperate attempts to fix hurl
1 parent 4a03698 commit e9d5b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/plugin-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
run: |
9393
curl --location --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/6.0.0/hurl_6.0.0_amd64.deb
9494
sudo dpkg -i hurl_6.0.0_amd64.deb
95-
sudo apt install -y unix2dos
95+
sudo apt install -y dos2unix
9696
unix2dos ./mappingservice-plugin/integrationtests/basic.hurl ./mappingservice-plugin/integrationtests/basic_crlf.hurl
9797
hurl --variable host=http://localhost:8095 --test ./mappingservice-plugin/integrationtests/basic_crlf.hurl --verbose --file-root .
9898
env:

0 commit comments

Comments
 (0)