Skip to content

Commit

Permalink
Fix threading problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Slackadays authored Oct 4, 2021
1 parent 3483ef8 commit 79fe979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Run a multi-line script
run: |
cd source
g++ -std=c++17 -Ofast -static -o hajime hajime.cpp -lstdc++fs
g++ -std=c++17 -Ofast -static -o hajime hajime.cpp -lstdc++fs -pthread
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 79fe979

Please sign in to comment.