Skip to content

Commit

Permalink
Try with bash variable instead of GitHub context
Browse files Browse the repository at this point in the history
Signed-off-by: Iyán Méndez Veiga <[email protected]>
  • Loading branch information
iyanmv committed Dec 12, 2024
1 parent 0237b89 commit 38bc72c
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 @@ -116,7 +116,7 @@ jobs:
working-directory: ${{ env.RANDOM_BUILD_DIR }}
- name: Link with C++ program
run: |
g++ ${{ env.GITHUB_WORKSPACE }}/cpp/sig_linking_test.cpp -g \
g++ "$GITHUB_WORKSPACE"/cpp/sig_linking_test.cpp -g \
-I./include -L./lib -loqs -lcrypto -std=c++11 -o example_sig && \
./example_sig
working-directory: ${{ env.RANDOM_BUILD_DIR }}
Expand Down

0 comments on commit 38bc72c

Please sign in to comment.