mirror of
https://github.com/github/codeql.git
synced 2026-01-29 06:12:58 +01:00
Invoke bash explicitly for Windows
This commit is contained in:
2
Makefile
2
Makefile
@@ -38,7 +38,7 @@ check-formatting:
|
||||
test -z "$$(find . -path '**/vendor' -prune -or -type f -iname '*.go' ! -empty -print0 | xargs -0 grep -L "//\s*autoformat-ignore" | xargs gofmt -l)"
|
||||
|
||||
install-deps:
|
||||
scripts/install-deps.sh $(CODEQL_LOCK_MODE)
|
||||
bash scripts/install-deps.sh $(CODEQL_LOCK_MODE)
|
||||
|
||||
ifeq ($(QHELP_OUT_DIR),)
|
||||
# If not otherwise specified, compile qhelp to markdown in place
|
||||
|
||||
Reference in New Issue
Block a user