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 24035af commit 6f3ed58Copy full SHA for 6f3ed58
Makefile
@@ -50,7 +50,7 @@ endif
50
51
# Check if POSIX touch command can be resolved by COMMAND in the runtime env
52
ifeq "$(notdir $(shell $(COMMAND) touch))" ""
53
- # This is a non-POSIX environment, so try Windows fallback logic
+ # This is a non-POSIX environment, so try GHA-Windows-Latest Specific fallback logic
54
COMMAND="which"
55
endif
56
0 commit comments