Skip to content

Commit

Permalink
another shot
Browse files Browse the repository at this point in the history
  • Loading branch information
huss committed Aug 27, 2023
1 parent 7370f9a commit ff44fb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ jobs:
# https://github.com/actions/checkout/issues/1048
# TODO Remove once final fix is in for GitHub workflows.
- name: make git permissions ok
run: mkdir -p /home/runner/work/_temp/_github_home && printf "[safe]\n\tdirectory = /github/workspace" > /home/runner/work/_temp/_github_home/.gitconfig
# run: mkdir -p /home/runner/work/_temp/_github_home && printf "[safe]\n\tdirectory = /github/workspace" > /home/runner/work/_temp/_github_home/.gitconfig
run: chown -R $(id -u):$(id -g) $PWD

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit ff44fb7

Please sign in to comment.