File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 8989 7z x -y "external/mingw-${{ matrix.target.cpu }}.zip" -oexternal/mingw-${{ matrix.target.cpu }}/
9090 mv external/mingw-${{ matrix.target.cpu }}/**/* ./external/mingw-${{ matrix.target.cpu }}
9191
92- - name : Restore Nim DLLs dependencies (Windows) from cache
93- if : runner.os == 'Windows'
94- id : windows-dlls-cache
95- uses : actions/cache@v4
96- with :
97- path : external/dlls-${{ matrix.target.cpu }}
98- key : ' dlls-${{ matrix.target.cpu }}'
99-
100- - name : Install DLLs dependencies (Windows)
101- if : >
102- steps.windows-dlls-cache.outputs.cache-hit != 'true' &&
103- runner.os == 'Windows'
104- run : |
105- mkdir -p external
106- curl -L "https://nim-lang.org/download/windeps.zip" -o external/windeps.zip
107- 7z x -y external/windeps.zip -oexternal/dlls-${{ matrix.target.cpu }}
108-
10992 - name : Path to cached dependencies (Windows)
11093 if : >
11194 runner.os == 'Windows'
You can’t perform that action at this time.
0 commit comments