Skip to content

Commit 5abba87

Browse files
committed
ISSUE-CELLSGO-210: Contunie to try github action on window: Hope to finally recommend the complete job.
1 parent 49afc7d commit 5abba87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cellsbuild2run.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
set CC=cl.exe
2929
set CXX=cl.exe
3030
set PATH=%CD%\lib\win_x86_64;%PATH%
31+
set CGO_CFLAGS=
32+
set CGO_CXXFLAGS=
3133
echo "Current dir: $(pwd)"
3234
dir "${{ github.workspace }}/lib/win_x86_64"
3335
cd samples

0 commit comments

Comments
 (0)