Skip to content

Commit

Permalink
fla
Browse files Browse the repository at this point in the history
  • Loading branch information
archie2x committed Aug 29, 2024
1 parent 164b058 commit 6d5de4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tinygo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@
Expand Down

0 comments on commit 6d5de4c

Please sign in to comment.