forked from Kolyah35/minecraft-pe-0.6.1
create build dir
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -41,6 +41,11 @@ jobs:
|
|||||||
tar -xf llvm-mingw.tar.xz
|
tar -xf llvm-mingw.tar.xz
|
||||||
mv llvm-mingw-* llvm-mingw
|
mv llvm-mingw-* llvm-mingw
|
||||||
|
|
||||||
|
- name: Create Build Environment
|
||||||
|
# Some projects don't allow in-source building, so create a separate build directory
|
||||||
|
# We'll use this as our working directory for all subsequent commands
|
||||||
|
run: cmake -E make_directory ${{github.workspace}}/build
|
||||||
|
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
working-directory: ${{github.workspace}}/build
|
working-directory: ${{github.workspace}}/build
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user