Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Commit

Permalink
Try fix windows install workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Gashmob committed Jul 23, 2023
1 parent 154aaf2 commit 640e078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ jobs:
- name: Show version and help for Windows
if: ${{ matrix.os == 'windows-latest' }}
run: |
C:/Program Files (x86)/Filc/bin/filc.exe --version
C:/Program Files (x86)/Filc/bin/filc.exe --help
'C:/Program Files (x86)/Filc/bin/filc.exe' --version
'C:/Program Files (x86)/Filc/bin/filc.exe' --help
- name: Show version and help
if: ${{ matrix.os != 'windows-latest' }}
run: |
Expand Down

0 comments on commit 640e078

Please sign in to comment.