mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-02-16 10:41:01 +00:00
remove vcpkg fetch
This commit is contained in:
3
.github/workflows/build-debian-11.yml
vendored
3
.github/workflows/build-debian-11.yml
vendored
@@ -17,6 +17,9 @@ jobs:
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
|
||||
- name: Setup vcpkg
|
||||
uses: lukka/run-vcpkg@v11
|
||||
|
||||
- name: Install Dependencies
|
||||
run: bash ./scripts/debian/1-install-deps.sh
|
||||
|
||||
|
||||
@@ -2,6 +2,4 @@
|
||||
|
||||
set -ex
|
||||
|
||||
git fetch -C vcpkg
|
||||
|
||||
cmake ${1:-.} -B bin -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-O3 -s -Wl,-z,norelro -Wl,--hash-style=gnu -Wl,--build-id=none -Wl,-z,noseparate-code -ffunction-sections -fdata-sections -Wl,--gc-sections" -DBeamMP-Server_ENABLE_LTO=ON || cat "$SOURCE"/server/bin/vcpkg-bootstrap.log
|
||||
|
||||
Reference in New Issue
Block a user