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 3ec0a17 commit 3d79287Copy full SHA for 3d79287
.github/workflows/ci.yml
@@ -110,10 +110,6 @@ jobs:
110
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
111
fi
112
113
- - name: update Docker version
114
- if: matrix.codebuild
115
- run: src/ci/scripts/update-docker.sh
116
-
117
- name: disable git crlf conversion
118
run: git config --global core.autocrlf false
119
@@ -122,6 +118,10 @@ jobs:
122
with:
123
fetch-depth: 2
124
120
121
+ - name: update Docker version
+ if: matrix.codebuild
+ run: src/ci/scripts/update-docker.sh
+
125
# Free up disk space on Linux by removing preinstalled components that
126
# we do not need. We do this to enable some of the less resource
127
# intensive jobs to run on free runners, which however also have
0 commit comments