Skip to content

Commit

Permalink
lpthread
Browse files Browse the repository at this point in the history
  • Loading branch information
Strilanc committed Mar 17, 2024
1 parent 26c470c commit 00c85c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
make
sudo make install
- run: g++ -v
- run: g++ -fsanitize=address /usr/local/lib/libgtest_main.a /usr/local/lib/libgtest.a -o stim_test
- run: g++ -fsanitize=address /usr/local/lib/libgtest_main.a /usr/local/lib/libgtest.a -lpthread -o stim_test
- run: ./stim_test

0 comments on commit 00c85c9

Please sign in to comment.