Skip to content

Commit 161b172

Browse files
committed
Update json.hpp
1 parent 58aebf2 commit 161b172

File tree

4 files changed

+5
-24944
lines changed

4 files changed

+5
-24944
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ jobs:
2020
git config user.name github-actions[bot]
2121
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
2222
23-
# - name: Install Dependence
24-
# run: sudo apt install -y build-essential
23+
- name: Install Dependence
24+
run: |
25+
sudo apt install -y build-essential
26+
curl https://github.com/nlohmann/json/releases/download/v3.11.3/json.hpp -o json.hpp
2527
2628
- name: Compile and Run
2729
run: |

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <bits/stdc++.h>
22

3-
#include "nlohmann/json.hpp"
3+
#include "json.hpp"
44

55
using json = nlohmann::json;
66

0 commit comments

Comments
 (0)