Skip to content

Commit

Permalink
chore(ci): Fix /tmp for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Dec 5, 2023
1 parent fbb2b67 commit ce69d1e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,13 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install MacOS extra tools and add extra config
- name: Install MacOS extra tools and add extra setup
if: ${{ matrix.os == 'macos' }}
run: |
sudo mkdir -p /tmp
sudo chown -R $(whoami)
sudo chmod 777 /tmp
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
Expand Down

0 comments on commit ce69d1e

Please sign in to comment.