We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eecfd27 commit cc0730eCopy full SHA for cc0730e
.github/workflows/c-cpp.yml
@@ -74,7 +74,7 @@ jobs:
74
# - run: ls /opt/homebrew/opt/
75
- run: git clone https://github.com/alan23273850/AutoQ.git
76
- run: cd AutoQ && git checkout ${{ github.ref_name }} && mkdir build && make debug
77
- - run: cp /opt/homebrew/lib/libboost_unit_test_framework.a /home/runner/work/AutoQ/AutoQ/AutoQ/build/unit_tests/
+ # - run: cp /opt/homebrew/lib/libboost_unit_test_framework.a /home/runner/work/AutoQ/AutoQ/AutoQ/build/unit_tests/
78
# # - run: cp /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.74.0 /home/runner/work/AutoQ/AutoQ/AutoQ/build/unit_tests/
79
# # - run: cp /home/runner/work/AutoQ/AutoQ/AutoQ/libz3.so.4.12 /home/runner/work/AutoQ/AutoQ/AutoQ/build/unit_tests/
80
- uses: actions/[email protected]
0 commit comments