Skip to content

Commit 6f3ed58

Browse files
Update Makefile (- WIP PR #82 -)
Signed-off-by: Mr. Walls <[email protected]>
1 parent 24035af commit 6f3ed58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ endif
5050

5151
# Check if POSIX touch command can be resolved by COMMAND in the runtime env
5252
ifeq "$(notdir $(shell $(COMMAND) touch))" ""
53-
# This is a non-POSIX environment, so try Windows fallback logic
53+
# This is a non-POSIX environment, so try GHA-Windows-Latest Specific fallback logic
5454
COMMAND="which"
5555
endif
5656

0 commit comments

Comments
 (0)