diff options
author | Dan Kegel <[email protected]> | 2022-01-20 14:15:42 -0800 |
---|---|---|
committer | Ron Evans <[email protected]> | 2022-01-21 07:39:47 +0100 |
commit | f4fdf8dce990058adff06b85819bc41b9038a0b1 (patch) | |
tree | 7cd8763ab170d544434a8911757d2b80692b123f /.github/workflows/windows.yml | |
parent | 9c3f9537be5a3a0182ea4fe0b26e8cefa442c815 (diff) | |
download | tinygo-f4fdf8dce990058adff06b85819bc41b9038a0b1.tar.gz tinygo-f4fdf8dce990058adff06b85819bc41b9038a0b1.zip |
Makefile: detected TINYGO now works even if a rule changes directory
Diffstat (limited to '.github/workflows/windows.yml')
-rw-r--r-- | .github/workflows/windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 2039269a3..1c3f3bcf8 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -92,6 +92,6 @@ jobs: path: build/release/release.zip - name: Smoke tests shell: bash - run: make smoketest TINYGO=build/tinygo AVR=0 XTENSA=0 + run: make smoketest TINYGO=$(PWD)/build/tinygo AVR=0 XTENSA=0 - name: Test stdlib packages run: make tinygo-test |