Skip to content

Commit

Permalink
TestU01: use cc not /usr/bin/cc
Browse files Browse the repository at this point in the history
No /usr/bin/cc in the CI runner.
  • Loading branch information
JulioLoayzaM committed Jun 12, 2024
1 parent fc77f98 commit a5d635d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto_condor/primitives/_testu01/qbmake.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

CC="{CC:-/usr/bin/cc}"
CC="{CC:-cc}"
set -e
(
cd testu01
Expand Down

0 comments on commit a5d635d

Please sign in to comment.