mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-02-16 10:41:01 +00:00
create build dir before running cmake
This commit is contained in:
4
.github/workflows/build-linux.yml
vendored
4
.github/workflows/build-linux.yml
vendored
@@ -12,7 +12,9 @@ jobs:
|
||||
submodules: "recursive"
|
||||
|
||||
- name: Install Dependencies
|
||||
run: sudo bash ./scripts/debian/1-install-deps.sh
|
||||
run: |
|
||||
sudo bash ./scripts/debian/1-install-deps.sh
|
||||
cmake -E make_directory ${{github.workspace}}/build-linux
|
||||
|
||||
- name: Create Build Environment
|
||||
working-directory: ${{github.workspace}}/build-linux
|
||||
|
||||
4
.github/workflows/release-build.yml
vendored
4
.github/workflows/release-build.yml
vendored
@@ -40,7 +40,9 @@ jobs:
|
||||
submodules: "recursive"
|
||||
|
||||
- name: Install Dependencies
|
||||
run: sudo bash ./scripts/debian/1-install-deps.sh
|
||||
run: |
|
||||
sudo bash ./scripts/debian/1-install-deps.sh
|
||||
cmake -E make_directory ${{github.workspace}}/build-linux
|
||||
|
||||
- name: Create Build Environment
|
||||
working-directory: ${{github.workspace}}/build-linux
|
||||
|
||||
Reference in New Issue
Block a user