From 1521b27419d18c20fc8c1b16a8297ec9a97ecb19 Mon Sep 17 00:00:00 2001 From: Vijai Kumar S Date: Mon, 3 Jun 2024 20:28:12 +0530 Subject: [PATCH] . --- .github/workflows/build.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8364ca10d..81758da8d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -334,17 +334,16 @@ jobs: cd Examples/Cpp/build cmake --build . ./Example_ExtractInfo ../../Files/Helix.3mf + - name: Checkout code + uses: actions/checkout@v2 + with: + submodules: true + - run: ls -Rl - name: Download lib3mf cpack (Linux) uses: actions/download-artifact@v2 with: name: lib3mf-${{ env.LIB3MF_VERSION }}-Linux.zip path: lib3mf-${{ env.LIB3MF_VERSION }}-Linux.zip - - run: ls -Rl . - - name: Checkout code - uses: actions/checkout@v2 - with: - submodules: true - - run: ls -Rl . - name: Unpack the cpacked SDK run: | unzip lib3mf-${{ env.LIB3MF_VERSION }}-Linux.zip/lib3mf-${{ env.LIB3MF_VERSION }}-Linux.zip && ls -Rl