Skip to content

Commit db3b791

Browse files
committed
chore: use v3.11.3 nlohmann
1 parent b158035 commit db3b791

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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
2626
- name: Install dependencies
2727
run: |

.github/workflows/docker_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
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
6363
- name: Commit Docker Image

.github/workflows/qemu_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
114114
- name: Upload Raspberry Pi OS Image

0 commit comments

Comments
 (0)