Skip to content

Commit

Permalink
Uses the correct variable for os.
Browse files Browse the repository at this point in the history
  • Loading branch information
typhonius committed Oct 8, 2020
1 parent b92748c commit 41cb49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
extensions: pcov

- name: Convert Windows CRLF to LF.
if: ${{ matrix.operating-system }} == 'windows-latest'
if: ${{ runner.os }} == 'windows-latest'
run: |
find ./src -type f -print0 | xargs -0 dos2unix
find ./tests -type f -print0 | xargs -0 dos2unix
Expand Down

0 comments on commit 41cb49c

Please sign in to comment.