Skip to content

Commit 07770e1

Browse files
committed
remove redundant if: runner.os == 'windows'
Signed-off-by: Martijn Govers <Martijn.Govers@Alliander.com>
1 parent c7156f8 commit 07770e1

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/build-test-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ jobs:
118118
pgm-build-setup-ga-ci
119119
120120
- uses: ./.github/actions/enable-msvc
121-
if: runner.os == 'Windows'
122121

123122
- name: Build and test
124123
run: |

.github/workflows/check-build-reproducibility.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ jobs:
9494
pgm-build-setup-ga-ci
9595
9696
- uses: ./.github/actions/enable-msvc
97-
if: runner.os == 'Windows'
9897

9998
- name: Build twice
10099
run: |

0 commit comments

Comments
 (0)