Skip to content

Commit c5c5fc9

Browse files
authored
stop downloading windeps in CI (#7174)
1 parent dd39631 commit c5c5fc9

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -89,23 +89,6 @@ jobs:
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'

0 commit comments

Comments
 (0)