File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 33
33
--slave /usr/bin/g++ g++ /usr/bin/g++-${GCC_V} \
34
34
--slave /usr/bin/gcov gcov /usr/bin/gcov-${GCC_V}
35
35
36
+ - name : Install GCC compilers Windows
37
+ if : contains(matrix.os, 'windows')
38
+ run : |
39
+ Invoke-WebRequest -Uri $Env:GCC_DOWNLOAD -OutFile mingw-w64.zip
40
+ Expand-Archive mingw-w64.zip
41
+ echo "$pwd\mingw-w64\mingw64\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
42
+ env :
43
+ GCC_DOWNLOAD : |
44
+ https://github.com/brechtsanders/winlibs_mingw/releases/download/13.0.1-snapshot20230122-10.0.0-msvcrt-r1/winlibs-i686-posix-dwarf-gcc-13.0.1-snapshot20230122-mingw-w64msvcrt-10.0.0-r1.zip
45
+
36
46
- name : Installing Extension
37
47
run : npm ci
38
48
- name : Compile
You can’t perform that action at this time.
0 commit comments