Skip to content

Commit 57784eb

Browse files
committed
ci: attempt a joined script for windows installation command
1 parent c039027 commit 57784eb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,10 @@ jobs:
4848
matrix:
4949
include:
5050
- os: ubuntu-latest
51-
script: bash ./scripts/install.sh
51+
script: ./scripts/install.sh
5252
- os: windows-latest
53-
script: pwsh -NoProfile -NonInteractive -File ./scripts/install-windows.ps1
53+
script: |
54+
& ./scripts/install-windows.ps1
5455
runs-on: ${{ matrix.os }}
5556
permissions:
5657
contents: read

0 commit comments

Comments
 (0)