We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 161b172 commit 58d34d0Copy full SHA for 58d34d0
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
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
+ curl curl https://ghp.ci/https://github.com/nlohmann/json/releases/download/v3.11.3/json.hpp -o json.hpp -o json.hpp
27
28
- name: Compile and Run
29
.gitignore
@@ -31,4 +31,5 @@
31
*.out
32
*.app
33
34
-data/
+data/
35
+json.hpp
0 commit comments