File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 chmod 755 external/bin/gcc external/bin/g++
3838 echo '${{ github.workspace }}/external/bin' >> $GITHUB_PATH
3939
40- - name : MSYS2 (Windows i386)
41- if : inputs.os == 'Windows' && inputs.cpu == 'i386'
42- uses : msys2/setup-msys2@v2
43- with :
44- path-type : inherit
45- msystem : MINGW32
46- install : >-
47- base-devel
48- git
49- mingw-w64-i686-toolchain
50-
5140 - name : MSYS2 (Windows amd64)
5241 if : inputs.os == 'Windows' && inputs.cpu == 'amd64'
5342 uses : msys2/setup-msys2@v2
6150 - name : Restore Nim DLLs dependencies (Windows) from cache
6251 if : inputs.os == 'Windows'
6352 id : windows-dlls-cache
64- uses : actions/cache@v4
53+ uses : actions/cache@v5
6554 with :
6655 path : external/dlls
6756 key : ' dlls'
@@ -116,7 +105,7 @@ runs:
116105
117106 - name : Restore Nim from cache
118107 id : nim-cache
119- uses : actions/cache@v4
108+ uses : actions/cache@v5
120109 with :
121110 path : ' ${{ github.workspace }}/nim'
122111 key : ${{ inputs.os }}-${{ inputs.cpu }}-nim-${{ inputs.nim_ref }}-cache-${{ env.cache_nonce }}
Original file line number Diff line number Diff line change 7171 - name : Restore llvm-mingw (Windows) from cache
7272 if : runner.os == 'Windows'
7373 id : windows-mingw-cache
74- uses : actions/cache@v4
74+ uses : actions/cache@v5
7575 with :
7676 path : external/mingw-${{ matrix.platform.cpu }}
7777 key : ' mingw-llvm-17-${{ matrix.platform.cpu }}'
You can’t perform that action at this time.
0 commit comments