We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 136dddc commit 7b9a092Copy full SHA for 7b9a092
.github/workflows/test.yml
@@ -111,10 +111,9 @@ jobs:
111
-DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=ONLY \
112
-DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE=ONLY \
113
-DMSVC=true \
114
- -DCMAKE_CXX_STANDARD=14 \
115
-DCMAKE_THREAD_LIBS_INIT="-lpthread" \
116
-DCMAKE_INSTALL_PREFIX=$(pwd)/../install
117
- make -j
+ make CPPSTD=c++14 -j8
118
cp src/libsystemc.a ../../artifacts/systemc_windows/
119
popd
120
@@ -175,7 +174,7 @@ jobs:
175
174
176
build-examples-windows:
177
name: Build Examples Windows
178
- needs: [build-zephyr-binaries, build-systemc]
+ needs: build-systemc
179
runs-on: windows-latest
180
defaults:
181
run:
0 commit comments