Skip to content

Commit 9c4cb32

Browse files
committed
Fix make compilation: Keep it disabled it on windows
Signed-off-by: Jiahao XU <[email protected]>
1 parent dc07da6 commit 9c4cb32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
# Compile it from source (temporarily)
3131
- name: Make GNU Make from source
32-
if: ${{ !startsWith(matrix.os, 'windows') }} && steps.cache-make.outputs.cache-hit != 'true'
32+
if: ${{ !startsWith(matrix.os, 'windows') && steps.cache-make.outputs.cache-hit != 'true' }}
3333
env:
3434
VERSION: "4.4.1"
3535
shell: bash

0 commit comments

Comments
 (0)