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 }}
|
||||
run: |
|
||||
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
|
||||
|
||||
- name: Build
|
||||
|
|
|
|||
Loading…
Reference in New Issue