Skip to content

Commit 9d62374

Browse files
authored
Update github-actions-demo.yml
1 parent b6de1d3 commit 9d62374

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/github-actions-demo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
- name: Build extend
3434
working-directory: ${{ github.workspace }}
3535
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
36+
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
3737
- name: List files in build
3838
working-directory: build/
3939
run: ls
40-
40+

0 commit comments

Comments
 (0)