Skip to content

Commit

Permalink
[CI] Apply 95e241a to noetic
Browse files Browse the repository at this point in the history
  • Loading branch information
pazeshun committed Aug 16, 2023
1 parent a0bd39e commit 272009a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/noetic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
sudo chown -R $USER $HOME
git config --global --add safe.directory $GITHUB_WORKSPACE || echo "OK" # Show 'could not lock config file /github/home/.gitconfig: Permission denied', but it is ok
- name: Checkout
uses: actions/checkout@v2
uses: actions/[email protected]
with:
submodules: true
# github actions cache does not work because of permission denied.
# see: https://github.com/actions/cache/issues/404
# - name: Cache several data
Expand Down

0 comments on commit 272009a

Please sign in to comment.