mirror of https://github.com/ppy/SDL3-CS.git
Fix dubious ownership in repository when running in container
This commit is contained in:
parent
b8f0998d8c
commit
3471b34007
|
|
@ -43,6 +43,9 @@ jobs:
|
||||||
-e BUILD_TYPE=${{ env.BUILD_TYPE }}
|
-e BUILD_TYPE=${{ env.BUILD_TYPE }}
|
||||||
run: |
|
run: |
|
||||||
cd /workspace
|
cd /workspace
|
||||||
|
git config --global --add safe.directory /workspace/External/SDL
|
||||||
|
git config --global --add safe.directory /workspace/External/SDL_image
|
||||||
|
git config --global --add safe.directory /workspace/External/SDL_ttf
|
||||||
./External/build.sh
|
./External/build.sh
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue