fix: env
This commit is contained in:
		
							parent
							
								
									c37dcd60d8
								
							
						
					
					
						commit
						79f14911a1
					
				
							
								
								
									
										7
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							@ -33,9 +33,6 @@ jobs:
 | 
			
		||||
      - name: Setup Go Environment
 | 
			
		||||
        uses: actions/setup-go@master
 | 
			
		||||
 | 
			
		||||
      - name: Download Go Modules
 | 
			
		||||
        run: go mod tidy
 | 
			
		||||
 | 
			
		||||
      - name: Cache Downloaded Modules
 | 
			
		||||
        uses: actions/cache@master
 | 
			
		||||
        with:
 | 
			
		||||
@ -48,7 +45,9 @@ jobs:
 | 
			
		||||
        env:
 | 
			
		||||
          NDK_TOOLCHAIN: ${{ steps.setup-ndk.outputs.ndk-path }}
 | 
			
		||||
          BUILD_MACHINE: linux
 | 
			
		||||
        run: make -e
 | 
			
		||||
        run: |
 | 
			
		||||
          echo NDK path is $NDK_TOOLCHAIN
 | 
			
		||||
          make -e
 | 
			
		||||
 | 
			
		||||
      - name: Upload Binaries to Release
 | 
			
		||||
        uses: svenstaro/upload-release-action@v2
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										7
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							@ -25,9 +25,6 @@ jobs:
 | 
			
		||||
      - name: Setup Go Environment
 | 
			
		||||
        uses: actions/setup-go@master
 | 
			
		||||
 | 
			
		||||
      - name: Download Go Modules
 | 
			
		||||
        run: go mod tidy
 | 
			
		||||
 | 
			
		||||
      - name: Cache Downloaded Modules
 | 
			
		||||
        uses: actions/cache@master
 | 
			
		||||
        with:
 | 
			
		||||
@ -40,4 +37,6 @@ jobs:
 | 
			
		||||
        env:
 | 
			
		||||
          NDK_TOOLCHAIN: ${{ steps.setup-ndk.outputs.ndk-path }}
 | 
			
		||||
          BUILD_MACHINE: linux
 | 
			
		||||
        run: make -e runtest
 | 
			
		||||
        run: |
 | 
			
		||||
          echo NDK path is $NDK_TOOLCHAIN
 | 
			
		||||
          make -e runtest
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user