mirror of https://github.com/axmolengine/axmol.git
Fix linux ci
This commit is contained in:
parent
e78ef2d885
commit
119ba2965c
|
@ -35,7 +35,7 @@ jobs:
|
|||
# We'll use this as our working directory for all subsequent commands
|
||||
run: |
|
||||
AX_ROOT=`pwd`
|
||||
echo -e "y" | bash $AX_ROOT/install-deps-linux.sh
|
||||
echo -e "y" | pwsh $AX_ROOT/setup.ps1
|
||||
|
||||
- name: Build
|
||||
# Execute the build. You can specify a specific target with "--target <NAME>"
|
||||
|
|
|
@ -98,7 +98,7 @@ jobs:
|
|||
# We'll use this as our working directory for all subsequent commands
|
||||
run: |
|
||||
AX_ROOT=`pwd`
|
||||
echo -e "y" | bash $AX_ROOT/install-deps-linux.sh
|
||||
echo -e "y" | pwsh $AX_ROOT/setup.ps1
|
||||
- name: Build
|
||||
shell: pwsh
|
||||
run: ./build.ps1 -p linux -a x64
|
||||
|
|
Loading…
Reference in New Issue