Skip to content

Commit

Permalink
Fix conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta committed Aug 28, 2023
1 parent 261f9b2 commit 8b5c5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fresh_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: "gabrielfalcao/pyenv-action@v13"

- name: Install Rosetta
if: ${{ matrix.os }} == macos-12
if: matrix.os == 'macos-12'
run: softwareupdate --install-rosetta

- name: Run make deps${{ matrix.deps_suffix }}
Expand Down

0 comments on commit 8b5c5b1

Please sign in to comment.