From 8d1f58059260144a8da2e641676373631d37b018 Mon Sep 17 00:00:00 2001 From: wtfloltk <153698146+wtfloltk@users.noreply.github.com> Date: Thu, 21 Dec 2023 16:49:50 -0500 Subject: [PATCH] Update c-cpp.yml --- .github/workflows/c-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 09c8cd7..86712fb 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -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