mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-07-18 04:33:58 +00:00
add safe directories
This commit is contained in:
@@ -17,6 +17,13 @@ jobs:
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
|
||||
- name: Git config safe directory
|
||||
shell: bash
|
||||
run: |
|
||||
git config --global --add safe.directory $(pwd)
|
||||
git config --global --add safe.directory $(pwd)/vcpkg
|
||||
git config --global --add safe.directory $(pwd)/deps/commandline
|
||||
|
||||
- name: Setup vcpkg
|
||||
uses: lukka/run-vcpkg@v11
|
||||
|
||||
|
||||
Reference in New Issue
Block a user