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 9292          path : build/tinygo.darwin-amd64.tar.gz 
9393      - name : Smoke tests 
9494        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 9292          path : build/release/release.zip 
9393      - name : Smoke tests 
9494        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 
9696      - name : Test stdlib packages 
9797        run : make tinygo-test 
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ GOTESTFLAGS ?= -v
3636MD5SUM  = md5sum
3737
3838#  tinygo binary for tests
39- TINYGO  ?= $(call  detect,tinygo,tinygo build/tinygo) 
39+ TINYGO  ?= $(call  detect,tinygo,tinygo $( PWD ) / build/tinygo) 
4040
4141#  Use CCACHE for LLVM if possible
4242ifneq  (, $(shell  command -v ccache 2> /dev/null) )
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments