Skip to content

Commit

Permalink
test-harness: drop explicit CXX
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
woodruffw committed Jul 6, 2023
1 parent 3ffae3e commit df725fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-harness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- uses: actions/checkout@v3

- name: run tests
run: make CXX=clang++ test-openssl
run: make test-openssl

0 comments on commit df725fe

Please sign in to comment.