Skip to content

Commit ff50a65

Browse files
committed
don't use the makefile on Windows
The makefile shouldn't be executed with powershell, since it doesn't work.
1 parent eecda7f commit ff50a65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
- name: Build loader (unix)
7676
working-directory: loader
7777
run: make
78+
if: ${{ ( matrix.os == 'macOS-latest' ) || ( matrix.os == 'ubuntu-latest' ) }}
7879
# Workaround since makefile doesn't work when using powershell
7980
- name: Build loader (windows)
8081
working-directory: loader

0 commit comments

Comments
 (0)