Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamesam committed Apr 23, 2024
1 parent b3a5649 commit 4c5c429
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/solaris.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
for cmd in 'freebsd-version' 'cat /etc/release' 'uname -a' 'cc --version' \
'gcc --version' 'clang --version' 'ld --version' \
'autoconf --version' 'automake --version' 'libtool --version' \
'gettext --version' 'm4 --version' \
'sed --version' 'awk --version' ; do
'gettext --version' ; do
printf "Running cmd: %s\n" ${cmd}
${cmd} || true
done
Expand Down

0 comments on commit 4c5c429

Please sign in to comment.