Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jun 24, 2024
1 parent 99b539f commit 1a8ab2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up extra compilers (Linux)
if: ${{ matrix.os == ubuntu-latest }}
if: ${{ matrix.os == 'ubuntu-latest' }}
run: make icc pcc

- name: Use Python 3.7
Expand Down

0 comments on commit 1a8ab2e

Please sign in to comment.