Skip to content

Commit

Permalink
add PR variation for linux/ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjenni committed Jan 22, 2024
1 parent b8e6b96 commit 3164e18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ windows-latest, macos-latest ]
os: [ windows-latest, macos-latest, ubuntu-latest ]

steps:
- uses: actions/checkout@v3
Expand All @@ -25,7 +25,7 @@ jobs:
./bootstrap.ps1 setup -runAsAdmin
- name: Run bootstrap.sh script from PR branch;
if: matrix.os == 'macos-latest'
if: matrix.os == 'macos-latest' || matrix.os == 'ubuntu-latest'
shell: bash
run: |
echo "skip bootstrap's repo 'clone' stage (already have correct script), start with 'setup'"
Expand Down

0 comments on commit 3164e18

Please sign in to comment.