File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -147,14 +147,21 @@ jobs:
147147
148148
149149       - name : Build Nim and Nimble 
150+         env :
151+           MAKE : make -j4 
152+           ARCH_OVERRIDE : ${{ matrix.target.platform }} 
153+           NIM_COMMIT : ${{ matrix.branch }} 
154+           QUICK_AND_DIRTY_COMPILER : 1 
155+           QUICK_AND_DIRTY_NIMBLE : 1 
156+           CC : gcc 
150157        run : | 
151158          curl -O -L -s -S https://raw.githubusercontent.com/status-im/nimbus-build-system/master/scripts/build_nim.sh 
152-           env MAKE="make -j4" ARCH_OVERRIDE=${{ matrix.target.platform }} NIM_COMMIT=${{ matrix.branch }} \ 
153-             QUICK_AND_DIRTY_COMPILER=1 QUICK_AND_DIRTY_NIMBLE=1 CC=gcc \ 
154-             bash build_nim.sh nim csources dist/nimble NimBinaries 
159+           bash build_nim.sh nim csources dist/nimble NimBinaries 
155160          echo '${{ github.workspace }}/nim/bin' >> $GITHUB_PATH 
156161
157162       - name : Run tests 
163+         env :
164+           PLATFORM : ${{ matrix.target.platform }} 
158165        run : | 
159166          nim --version 
160167          nimble --version 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments