diff --git a/.github/workflows/tinygo.yml b/.github/workflows/tinygo.yml index 4c6d997a17..6185f3b57d 100644 --- a/.github/workflows/tinygo.yml +++ b/.github/workflows/tinygo.yml @@ -63,13 +63,14 @@ jobs: - name: Passes Compile run: | - /bin/sh --version + /bin/bash --version cat << 'EOF' > /tmp/GNUmakefile space := $(eval) $(eval) FAILING := $(subst $(space),|,$(strip $(FAILING))) .ONESHELL: .PHONY: all $(DIRS) + SHELL = /bin/bash all: $(DIRS) $(DIRS): cd $@