Skip to content

Commit 636e129

Browse files
committed
s
1 parent 68a471a commit 636e129

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/CI-windows.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ jobs:
9797
key: simplecpp-${{ matrix.config }}-${{ github.sha }}
9898
fail-on-cache-miss: true
9999

100+
# TODO: only do this once
101+
- name: Pull Image
102+
run: |
103+
docker image pull ${{ matrix.image }}
104+
100105
# TODO: how to share the following steps
101106
- name: Test
102107
run: |

0 commit comments

Comments
 (0)