Skip to content

Commit fd4fec4

Browse files
authored
Update c-cpp.yml
1 parent 77c66cc commit fd4fec4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727

2828
steps:
2929
- uses: actions/checkout@v4
30+
- name: Configure
31+
run: curl https://github.com/nlohmann/json/releases/download/v3.11.3/json.hpp -O
3032
- name: Compile FPM
3133
run: g++ ./fpm.cpp -o fpm
3234
- name: Upload FPM binary

0 commit comments

Comments
 (0)