Skip to content

Commit

Permalink
master: bash.yml: second attempt to use check_install.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbell committed Apr 30, 2024
1 parent 16c67d6 commit cc378b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
sed -i -e "s|'pyenchant'|'pyspellchecker'|" xrst.toml
if [ '${{ matrix.os }}' == 'windows-latest' ]
then
PATH="$prefix/Scripts:$PATH"
sed -i -e 's|/bin:$PATH|/Scripts:$PATH|' bin/check_install.sh
fi
bin/check_install.sh

0 comments on commit cc378b3

Please sign in to comment.