Skip to content

Commit 3d79287

Browse files
committed
fix
1 parent 3ec0a17 commit 3d79287

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,6 @@ jobs:
110110
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
111111
fi
112112
113-
- name: update Docker version
114-
if: matrix.codebuild
115-
run: src/ci/scripts/update-docker.sh
116-
117113
- name: disable git crlf conversion
118114
run: git config --global core.autocrlf false
119115

@@ -122,6 +118,10 @@ jobs:
122118
with:
123119
fetch-depth: 2
124120

121+
- name: update Docker version
122+
if: matrix.codebuild
123+
run: src/ci/scripts/update-docker.sh
124+
125125
# Free up disk space on Linux by removing preinstalled components that
126126
# we do not need. We do this to enable some of the less resource
127127
# intensive jobs to run on free runners, which however also have

0 commit comments

Comments
 (0)