Skip to content

Commit 0198355

Browse files
authored
Update CI-ubuntu.yml [no ci]
1 parent 419230d commit 0198355

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/CI-ubuntu.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ jobs:
3434
- name: Checkout
3535
uses: actions/checkout@v4
3636

37+
- name: Update docker
38+
run: |
39+
sudo apt-get update
40+
sudo apt-get install docker-ce-cli
41+
3742
# Use docker-run-action instead of container to get around githubs node20 requirement which doesn't work with ubuntu 18
3843
- uses: addnab/docker-run-action@v3
3944
with:

0 commit comments

Comments
 (0)