Skip to content

Commit b6eded2

Browse files
authored
Update build.yml
1 parent 63c4ef4 commit b6eded2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
2323
- name: Install Dependence
2424
run: |
25-
sudo apt install -y build-essential
26-
curl https://ghp.ci/https://github.com/nlohmann/json/releases/download/v3.11.3/json.hpp -o json.hpp
25+
# sudo apt install -y build-essential
26+
curl https://github.com/nlohmann/json/releases/download/v3.11.3/json.hpp -o json.hpp
2727

2828
- name: Compile and Run
2929
run: |

0 commit comments

Comments
 (0)