Fix linux ci

This commit is contained in:
halx99 2023-07-06 12:22:41 +08:00
parent e78ef2d885
commit 119ba2965c
2 changed files with 2 additions and 2 deletions

View File

@ -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>"

View File

@ -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