From 3164e189d8f34f06c9bc60f1d93334c16c178b79 Mon Sep 17 00:00:00 2001 From: "david@DAVID-PC" <3200210+davidjenni@users.noreply.github.com> Date: Sun, 21 Jan 2024 18:24:22 -0800 Subject: [PATCH] add PR variation for linux/ubuntu --- .github/workflows/PR.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/PR.yml b/.github/workflows/PR.yml index ade92d2..b7c53e1 100644 --- a/.github/workflows/PR.yml +++ b/.github/workflows/PR.yml @@ -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 @@ -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'"