We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd4ebe3 commit bc717baCopy full SHA for bc717ba
1 file changed
.github/workflows/CI-windows.yml
@@ -98,6 +98,7 @@ jobs:
98
fail-on-cache-miss: true
99
100
# TODO: only do this once per image
101
+ # TODO: cache this as it takes several minutes for it to complete
102
- name: Pull Image
103
run: |
104
docker image pull ${{ matrix.image }} || exit /b !errorlevel!
0 commit comments