Skip to content

Commit

Permalink
no array literals
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnfreeman committed Dec 11, 2024
1 parent a021b17 commit ac1b13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ runs:
using: composite
steps:
- name: install Conan
if: contains(['Linux', 'Windows'], runner.os)
if: runner.os == 'Linux' || runner.os == 'Windows'
shell: bash
run: |
pip install --upgrade conan
Expand Down

0 comments on commit ac1b13a

Please sign in to comment.