Skip to content

Commit b401ecf

Browse files
committed
ci: fix Windows GCC tests for std
1 parent 97df3cd commit b401ecf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests_gcc_windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414

1515
- name: Test - Standard Library
1616
run: |
17-
.\bin\julec --compiler gcc -o test tests/std
17+
.\bin\julec --compiler gcc -to test tests/std
18+
g++ -w -fwrapv -ffloat-store --std=c++17 -O0 -fno-strict-aliasing "-Wa,-mbig-obj" -o test.exe dist/ir.cpp -lws2_32 -lshell32
1819
./test
1920
2021
- name: Test - Aliasing

0 commit comments

Comments
 (0)