Skip to content

Commit

Permalink
fix: error in yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart-Steensma committed Feb 1, 2024
1 parent e866ffe commit 4bb0284
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ on:

jobs:
run-tests:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-22.04
strategy:

matrix:
os: ubuntu-22.04
flag: [--static, --shared]

steps:
Expand All @@ -27,7 +26,6 @@ jobs:
env:
QT_INSTALLER_JWT_TOKEN: ${{ secrets.QT_INSTALLER_JWT_TOKEN }}
run: |
echo "Running on ${{ matrix.os }}"
echo "With flag ${{ matrix.flag }}"
./scripts/setup ${{ matrix.flag }}
Expand Down

0 comments on commit 4bb0284

Please sign in to comment.