Skip to content

Commit e698180

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

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/CI-ubuntu.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
env:
1414
BUILD_TYPE: Release
1515
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
16+
DOCKER_API_VERSION: 1.41
1617

1718
jobs:
1819
build:
@@ -34,11 +35,6 @@ jobs:
3435
- name: Checkout
3536
uses: actions/checkout@v4
3637

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

0 commit comments

Comments
 (0)