From d338779233e47bad14caac81dcb73902cdf9f711 Mon Sep 17 00:00:00 2001 From: Walter Perdan Date: Thu, 14 Sep 2023 20:24:51 +0200 Subject: [PATCH] missed make command to compile the project --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a0a6e54..e731382 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,4 +12,4 @@ jobs: node-version: '16.x' - name: Build and test WebARKitLib run: | - cd tests && mkdir build && cd build && cmake .. && cd bin/Debug && ./webarkit_test.exe \ No newline at end of file + cd tests && mkdir build && cd build && cmake .. && make && cd bin/Debug && ./webarkit_test.exe \ No newline at end of file