Skip to content

Commit

Permalink
master: bash.yml: try check_install.sh (the real test).
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbell committed Apr 29, 2024
1 parent d1935d1 commit b3835fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
if [ '${{ matrix.os }}' == 'windows-latest' ]
then
bin_dir='Scripts'
sed -i -e 's|/bin/xrst|/Scripts/xrst|' bin/check_install.sh
else
bin_dir='bin'
fi
export PATH="build/prefix/$bin_dir:$PATH"
build/prefix/$bin_dir/xrst --suppress_spell_warnings
# bin/check_all.sh
bin/check_install.sh

0 comments on commit b3835fa

Please sign in to comment.