Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RainPPR authored Oct 2, 2024
1 parent a20c973 commit 1822f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- name: Install Dependence
run: curl https://ghp.ci/https://github.com/nlohmann/json/releases/download/v3.11.3/json.hpp -o json.hpp
run: curl -L https://github.com/nlohmann/json/releases/download/v3.11.3/json.hpp -o json.hpp

- name: Compile and Run
run: |
Expand Down

0 comments on commit 1822f8f

Please sign in to comment.