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 2121        sudo cp -r include/* /usr/local/include/webrtc 
2222        sudo cp -r lib/* /usr/local/lib 
2323        sudo mkdir -p /usr/local/include/nlohmann 
24-         sudo curl -L https://raw.githubusercontent.com/nlohmann/json/develop /single_include/nlohmann/json.hpp -o /usr/local/include/nlohmann/json.hpp 
24+         sudo curl -L https://raw.githubusercontent.com/nlohmann/json/v3.11.3 /single_include/nlohmann/json.hpp -o /usr/local/include/nlohmann/json.hpp 
2525
2626name : Install dependencies 
2727      run : | 
Original file line number Diff line number Diff line change 5757            cp -r include/* /usr/local/include/webrtc && 
5858            cp -r lib/* /usr/local/lib && 
5959            mkdir -p /usr/local/include/nlohmann && 
60-             curl -L https://raw.githubusercontent.com/nlohmann/json/develop /single_include/nlohmann/json.hpp -o /usr/local/include/nlohmann/json.hpp 
60+             curl -L https://raw.githubusercontent.com/nlohmann/json/v3.11.3 /single_include/nlohmann/json.hpp -o /usr/local/include/nlohmann/json.hpp 
6161          " 
6262
6363name : Commit Docker Image 
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108            sudo mv include/* /usr/local/include/webrtc && 
109109            sudo mv lib/* /usr/local/lib && 
110110            sudo mkdir -p /usr/local/include/nlohmann && 
111-             sudo curl -L https://raw.githubusercontent.com/nlohmann/json/develop /single_include/nlohmann/json.hpp -o /usr/local/include/nlohmann/json.hpp 
111+             sudo curl -L https://raw.githubusercontent.com/nlohmann/json/v3.11.3 /single_include/nlohmann/json.hpp -o /usr/local/include/nlohmann/json.hpp 
112112          " 
113113
114114name : Upload Raspberry Pi OS Image 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments