File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7171
7272       - name : Configure 
7373        env :
74-           CXX : " ${{ matrix.compiler.tool == 'gcc' &&  format('{}-{}', matrix.cxx, matrix.compiler.ver) || matrix.cxx }}" 
75-           CC : " ${{ matrix.compiler.tool == 'gcc' &&  format('{}-{}', matrix.cc, matrix.compiler.ver) || matrix.cc }}" 
74+           CXX : " ${{ matrix.compiler.tool == 'gcc' &&  format('{0 }-{1 }', matrix.cxx, matrix.compiler.ver) || matrix.cxx }}" 
75+           CC : " ${{ matrix.compiler.tool == 'gcc' &&  format('{0 }-{1 }', matrix.cc, matrix.compiler.ver) || matrix.cc }}" 
7676        run : cmake -B ${{runner.workspace}}/build -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DCMAKE_CXX_STANDARD=${{matrix.std}} -D_7BIT_DI_LIBRARY_TYPE=${{matrix.library_type}} -D_7BIT_DI_BUILD_ALL_TESTS=ON 
7777
7878      - name : Build 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments