Skip to content

Commit

Permalink
Move file
Browse files Browse the repository at this point in the history
Signed-off-by: Ry Jones <[email protected]>
  • Loading branch information
ryjones committed Oct 25, 2024
1 parent 4d7fc0b commit bd43e43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ jobs:
working-directory: build
- name: Link with C++ program
run: |
ls -lR .* && \
g++ .github/cpp_linking_example.cpp -g -lcrypto \
g++ ../cpp/cpp_linking_example.cpp -g -lcrypto \
-Ibuild/include build/lib/liboqs.a -o example_sig --std=c++11
working-directory: build

Expand Down
File renamed without changes.

0 comments on commit bd43e43

Please sign in to comment.