Skip to content

Commit aaf96af

Browse files
authored
Update main.yml
1 parent d7b0e91 commit aaf96af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ jobs:
6262
os: macos-latest
6363
-
6464
os: windows-latest
65+
env:
66+
CC: $({ matrix.platform.cc }}
67+
CMAKE_GENERATOR: ${{ matrix.platform.cmake_generator }}
68+
CMAKE_OPTIONS: ${{ matrix.platform.cmake_options }}
6569
name: Build
6670
runs-on: ${{ matrix.platform.os }}
6771
steps:

0 commit comments

Comments
 (0)