From a8979bd1e7b0dbecf58986b389f4309e6ce925f1 Mon Sep 17 00:00:00 2001 From: kalwalt Date: Mon, 23 Oct 2023 20:43:42 +0200 Subject: [PATCH] fix for path --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f02605f..32e2c3b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,6 +18,6 @@ jobs: cd .. ls docker run -dit --name emscripten-webarkit-testing -v $(pwd):/src emscripten/emsdk:3.1.26 bash - docker exec emscripten-webarkit-testing emcmake cmake -B WebARKit/build -S WebARKit -DEMSCRIPTEN_COMP=1 .. - docker exec emscripten-webarkit-testing emmake make -C WebARKit/build + docker exec emscripten-webarkit-testing emcmake cmake -B WebARKitLib/WebARKit/build -S WebARKitLib/WebARKit -DEMSCRIPTEN_COMP=1 .. + docker exec emscripten-webarkit-testing emmake make -C WebARKitLib/WebARKit/build \ No newline at end of file