We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eecda7f commit ff50a65Copy full SHA for ff50a65
.github/workflows/test.yml
@@ -75,6 +75,7 @@ jobs:
75
- name: Build loader (unix)
76
working-directory: loader
77
run: make
78
+ if: ${{ ( matrix.os == 'macOS-latest' ) || ( matrix.os == 'ubuntu-latest' ) }}
79
# Workaround since makefile doesn't work when using powershell
80
- name: Build loader (windows)
81
0 commit comments