Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfloltk authored Dec 21, 2023
1 parent f071c58 commit 8d1f580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
git config --global --add safe.directory /__w/nxmp/nxmp
git submodule update --init --recursive
git clone --recursive https://github.com/sahlberg/libnfs.git libs/libnfs
cp -r libs/libnfs/include/nfsc /include
cd libs/libnfs/ && make; cp -r /include ../../; cd ../../
ls include/
- name: make clean
Expand Down

0 comments on commit 8d1f580

Please sign in to comment.