Skip to content

Commit

Permalink
Fix if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Mar 8, 2024
1 parent dcc83db commit 2089bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ jobs:
do
if [ ! -f /usr/local/include/$(basename $file) ]; then
if [[ "${file}" == "AppleArchive" ]]; then
echo "No AppleArchive on osx Github runner for linking"
else
ln -s $file /usr/local/include/$(basename $file)
fi
Expand Down

0 comments on commit 2089bb1

Please sign in to comment.