mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 21:13:39 +00:00
Makefile: detected TINYGO now works even if a rule changes directory
This commit is contained in:
@@ -92,4 +92,4 @@ jobs:
|
||||
path: build/tinygo.darwin-amd64.tar.gz
|
||||
- name: Smoke tests
|
||||
shell: bash
|
||||
run: make smoketest TINYGO=build/tinygo AVR=0
|
||||
run: make smoketest TINYGO=$(PWD)/build/tinygo AVR=0
|
||||
|
||||
Reference in New Issue
Block a user