Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
juur committed Nov 11, 2023
1 parent 3ff972a commit 6073d17
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,9 @@ fail()
# Check for a c compiler (mandatory)

printf "Checking for a C compiler ... "
echo "command:"
set -o xtrace

# GitHub Actions use dash as a shell which doesn't have /usr/bin/command and so we need
# to force the use of the builtin
if env -i "PATH=$PATH" sh -c "command -v \"${CC}\""; then
export CC
env -i "PATH=$PATH" sh -c "command -v \"${CC}\""
Expand Down

0 comments on commit 6073d17

Please sign in to comment.