Skip to content

Commit

Permalink
Verify on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Jan 11, 2025
1 parent e0fb6cd commit dc54d48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
runtime: ${{ matrix.os.runtime }}
investigate: true

- name: Verify on Linux and macOS
if: matrix.os.name == 'Ubuntu' || matrix.os.name == 'macOS'
- name: Verify on Linux, macOS or Windows (native)
if: matrix.os.name == 'Ubuntu' || matrix.os.name == 'macOS' || ( matrix.os.name == 'Windows' && matrix.os.runtime == '' )
run: |
ghdl --version
Expand Down

0 comments on commit dc54d48

Please sign in to comment.