Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmtnt7000 committed Oct 18, 2022
1 parent f45ce81 commit 4366b2b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,15 @@ jobs:
sudo mkdir -p /__w/
sudo chmod 777 -R /__w/
sudo chown -R $USER $HOME
# sudo mkdir -p /home/runner/work/_temp/_github_workflow/
# sudo chown -R $USER $HOME /home/runner/work/_temp/_github_workflow/
# ls -al /home/runner/work/_temp/_github_workflow/
sudo mkdir -p /home/runner/work/_temp/_github_workflow/
sudo chown -R $USER $HOME /home/runner/work/_temp/_github_workflow/
ls -al /home/runner/work/_temp/_github_workflow/
else
git config --global --add safe.directory $GITHUB_WORKSPACE
fi
- name: Chcekout
uses: actions/checkout@v3.1.0
- name: Checkout
uses: actions/checkout@v2

- name: Run jsk_travis
uses: jsk-ros-pkg/jsk_travis@master
Expand Down

0 comments on commit 4366b2b

Please sign in to comment.