Skip to content

Commit

Permalink
disable sed on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mschubert committed Dec 29, 2020
1 parent d78ea38 commit 0b75468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
R CMD INSTALL .
echo '.libPaths("~/work/_temp/Library")' >> ~/.Rprofile # cmq package in R
echo "$(pwd)/tests/bin" >> $GITHUB_PATH # local cmq
sed -i -e "1iexport PATH=$(pwd)/tests/bin:\$PATH" ~/.bashrc # ssh cmq
sed -i "1iexport PATH=$(pwd)/tests/bin:\$PATH" ~/.bashrc || true # ssh cmq
- name: Query capabilities
if: runner.os != 'Windows' # does not recognize -e
Expand Down

0 comments on commit 0b75468

Please sign in to comment.