Skip to content

Commit 58d34d0

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

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Dependence
2424
run: |
2525
sudo apt install -y build-essential
26-
curl https://github.com/nlohmann/json/releases/download/v3.11.3/json.hpp -o json.hpp
26+
curl curl https://ghp.ci/https://github.com/nlohmann/json/releases/download/v3.11.3/json.hpp -o json.hpp -o json.hpp
2727
2828
- name: Compile and Run
2929
run: |

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@
3131
*.out
3232
*.app
3333

34-
data/
34+
data/
35+
json.hpp

0 commit comments

Comments
 (0)