Skip to content

Commit ab8c5c1

Browse files
committed
fix container
1 parent 64e64f7 commit ab8c5c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/samples-powershell.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- samples/client/petstore/powershell/**
1010
jobs:
1111
build:
12-
runs-on: windows-latest
12+
runs-on: ubuntu-latest
1313
name: Test Powershell Clients
1414
strategy:
1515
matrix:
@@ -29,5 +29,5 @@ jobs:
2929
working-directory: ${{ matrix.sample }}
3030
shell: pwsh
3131
run: |
32-
Build.ps1
32+
./Build.ps1
3333

0 commit comments

Comments
 (0)