Skip to content

Commit

Permalink
fix if sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Fehrs committed Nov 29, 2023
1 parent 0c831f0 commit 0257064
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ jobs:
os: [gh-runner-scrypto-ubuntu-jammy-16-cores, windows-latest-16-cores]
steps:
- uses: actions/checkout@v3
- if: ${{ matrix.npm == 'gh-runner-scrypto-ubuntu-jammy-16-cores' }}
- if: ${{ matrix.os == 'gh-runner-scrypto-ubuntu-jammy-16-cores' }}
name: Setup cmake
uses: jwlawson/[email protected]
with:
Expand Down Expand Up @@ -315,7 +315,7 @@ jobs:
os: [gh-runner-scrypto-ubuntu-jammy-16-cores, windows-latest-16-cores, macos-latest]
steps:
- uses: actions/checkout@v3
- if: ${{ matrix.npm == 'gh-runner-scrypto-ubuntu-jammy-16-cores' }}
- if: ${{ matrix.os == 'gh-runner-scrypto-ubuntu-jammy-16-cores' }}
name: Setup cmake
uses: jwlawson/[email protected]
with:
Expand All @@ -340,7 +340,7 @@ jobs:
os: [gh-runner-scrypto-ubuntu-jammy-16-cores]
steps:
- uses: actions/checkout@v3
- if: ${{ matrix.npm == 'gh-runner-scrypto-ubuntu-jammy-16-cores' }}
- if: ${{ matrix.os == 'gh-runner-scrypto-ubuntu-jammy-16-cores' }}
name: Setup cmake
uses: jwlawson/[email protected]
with:
Expand Down

0 comments on commit 0257064

Please sign in to comment.