Skip to content

Commit

Permalink
back one directory
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 4d7fc0b commit 20ce6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Link with C++ program
run: |
ls -lR .* && \
g++ .github/cpp_linking_example.cpp -g -lcrypto \
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 20ce6ec

Please sign in to comment.