1
0
Fork 0

Codefix: [CI] dubious ownership for emscripten

pull/12824/head
glx22 2024-06-26 19:08:22 +02:00 committed by Loïc Guilloux
parent b52f778f20
commit 564397645f
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Fix dubious ownership
run: |
git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: Setup cache
uses: actions/cache@v4
with: