From 2acb6808edfd9ea65d8b68cd7085992a7b4e6ca4 Mon Sep 17 00:00:00 2001 From: David Refoua Date: Tue, 18 Oct 2022 16:54:26 +0330 Subject: [PATCH] use pwsh as shell value --- .github/workflows/tests.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7a8ef56..ed34599 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,8 +28,9 @@ jobs: steps: - uses: actions/checkout@v3 - name: Initialize vendors - run: | - PowerShell.exe -ExecutionPolicy Bypass -NoLogo -NoProfile -Command "Invoke-Expression '. ''scripts\build.ps1'' -verbose -sourcesPath vendor\sources.json'" + shell: pwsh + working-directory: scripts + run: .\build.ps1 -verbose - name: Testing Clink Shell run: | cmd /c vendor\init.bat /v /d /t