Skip to content

Commit

Permalink
add temp debugging stmt
Browse files Browse the repository at this point in the history
Signed-off-by: Aiden Fox Ivey <[email protected]>
  • Loading branch information
aidenfoxivey committed Oct 25, 2024
1 parent 8e0ab46 commit 4d7fc0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
working-directory: build
- name: Link with C++ program
run: |
ls -lR .* && \
g++ .github/cpp_linking_example.cpp -g -lcrypto \
-Ibuild/include build/lib/liboqs.a -o example_sig --std=c++11
working-directory: build
Expand Down

0 comments on commit 4d7fc0b

Please sign in to comment.