We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c68ab6d commit 3f0d9f4Copy full SHA for 3f0d9f4
1 file changed
.github/workflows/test.yaml
@@ -50,9 +50,9 @@ jobs:
50
- name: Install System Dependencies
51
run: |
52
if [ "$(id -u)" = "0" ]; then
53
- apt-get update && apt-get install -y build-essential git netcat-openbsd docker-ce-cli
+ apt-get update && apt-get install -y build-essential git netcat-openbsd docker
54
else
55
- sudo apt-get update && sudo apt-get install -y build-essential git netcat-openbsd docker-ce-cli
+ sudo apt-get update && sudo apt-get install -y build-essential git netcat-openbsd docker
56
fi
57
58
- name: Cache Ruby Gems
0 commit comments