Skip to content

Commit

Permalink
Fix Linux workflow linking
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed Dec 7, 2023
1 parent 6645ab3 commit 4f7a182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
run: php Sun/vendor/Soup/build_lib.php

- name: Build Sun
run: clang -o suncli Sun/sun.cpp -ISun/vendor/Soup libsoup.a -std=c++17
run: clang -o suncli Sun/sun.cpp -ISun/vendor/Soup libsoup.a -std=c++17 -fuse-ld=lld -lstdc++ -lstdc++fs -pthreads

- name: Upload Sun
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 4f7a182

Please sign in to comment.