Skip to content

Commit 3f0d9f4

Browse files
committed
use docker
1 parent c68ab6d commit 3f0d9f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ jobs:
5050
- name: Install System Dependencies
5151
run: |
5252
if [ "$(id -u)" = "0" ]; then
53-
apt-get update && apt-get install -y build-essential git netcat-openbsd docker-ce-cli
53+
apt-get update && apt-get install -y build-essential git netcat-openbsd docker
5454
else
55-
sudo apt-get update && sudo apt-get install -y build-essential git netcat-openbsd docker-ce-cli
55+
sudo apt-get update && sudo apt-get install -y build-essential git netcat-openbsd docker
5656
fi
5757
5858
- name: Cache Ruby Gems

0 commit comments

Comments
 (0)