mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-11 13:10:45 +00:00
Codefix: [CI] dubious ownership for emscripten
This commit is contained in:
parent
b52f778f20
commit
564397645f
4
.github/workflows/ci-emscripten.yml
vendored
4
.github/workflows/ci-emscripten.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user