diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index e90e7c401c..58bab33c48 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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 " diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 4661ec2b35..f8c02e37fa 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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