Skip to content

Commit

Permalink
Use powershell for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
terror committed Mar 27, 2023
1 parent 8026fff commit 202559b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,14 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Setup
- name: Setup macOS/linux
if: ${{ matrix.os == 'macos-latest' || matrix.os == 'ubuntu-latest' }}
run: ./setup.sh

- name: Setup windows
shell: pwsh
run: ./setup.ps1

- name: Install required linux packages
if: ${{ matrix.os == 'ubuntu-latest' }}
run: sudo apt-get update && sudo apt-get install -y dpkg fakeroot tree
Expand Down

0 comments on commit 202559b

Please sign in to comment.