File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 92
92
path : build/tinygo.darwin-amd64.tar.gz
93
93
- name : Smoke tests
94
94
shell : bash
95
- run : make smoketest TINYGO=build/tinygo AVR=0
95
+ run : make smoketest TINYGO=$(PWD)/ build/tinygo AVR=0
Original file line number Diff line number Diff line change 92
92
path : build/release/release.zip
93
93
- name : Smoke tests
94
94
shell : bash
95
- run : make smoketest TINYGO=build/tinygo AVR=0 XTENSA=0
95
+ run : make smoketest TINYGO=$(PWD)/ build/tinygo AVR=0 XTENSA=0
96
96
- name : Test stdlib packages
97
97
run : make tinygo-test
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ GOTESTFLAGS ?= -v
36
36
MD5SUM = md5sum
37
37
38
38
# tinygo binary for tests
39
- TINYGO ?= $(call detect,tinygo,tinygo build/tinygo)
39
+ TINYGO ?= $(call detect,tinygo,tinygo $( CURDIR ) / build/tinygo)
40
40
41
41
# Use CCACHE for LLVM if possible
42
42
ifneq (, $(shell command -v ccache 2> /dev/null) )
You can’t perform that action at this time.
0 commit comments