We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6de1d3 commit 9d62374Copy full SHA for 9d62374
1 file changed
.github/workflows/github-actions-demo.yml
@@ -33,8 +33,8 @@ jobs:
33
- name: Build extend
34
working-directory: ${{ github.workspace }}
35
run: |
36
- g++ -O3 -Wall -shared -std=c++11 -fPIC $(python3-config --includes) -Iextern/pybind11/include -Iextern/libzedmd/src -Lextern/libzedmd/build extending.cpp -o build/extending$(python3-config --extension-suffix) -ldl -lpthread -lutil -lzedmd -lserialport
+ g++ -O3 -Wall -static -std=c++11 -fPIC $(python3-config --includes) -Iextern/pybind11/include -Iextern/libzedmd/src -Lextern/libzedmd/build extending.cpp -o build/extending$(python3-config --extension-suffix) -lzedmd -lserialport
37
- name: List files in build
38
working-directory: build/
39
run: ls
40
-
+
0 commit comments