Skip to content

Commit

Permalink
change sed to gsed on ci for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Dec 7, 2023
1 parent f524982 commit d17aa6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
brew install gnu-sed
echo 'export PATH="/usr/local/opt/gnu-sed/libexec/gnubin:$PATH"' >> ~/.bashrc
echo 'export PATH="/usr/local/opt/gnu-sed/libexec/gnubin:$PATH"' >> ~/.bash_profile
sed -i s:/tmp:/private/tmp:g tests/.makim-working-directory-absolute-path.yaml
gsed -i s:/tmp:/private/tmp:g tests/.makim-working-directory-absolute-path.yaml
- name: Prepare conda environment (windows)
if: ${{ matrix.os == 'windows' }}
Expand Down

0 comments on commit d17aa6d

Please sign in to comment.