Skip to content

Commit

Permalink
Use root after all, but mark submodule folders as safe
Browse files Browse the repository at this point in the history
  • Loading branch information
Dewb committed Jan 11, 2024
1 parent ef22d88 commit d9377fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,17 @@ jobs:
runs-on: ubuntu-latest
container:
image: ghcr.io/qno/rack-plugin-toolchain-win-linux
options: --user 1001
options: --user root
strategy:
matrix:
platform: [win-x64, lin-x64]
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: make submodule folders safe for git operations
run: |
git submodule foreach 'git config --global --add safe.directory $(pwd)'
- uses: actions/cache@v3
id: plugin-version-cache
with:
Expand Down

0 comments on commit d9377fd

Please sign in to comment.