From 1e81a71d7c9ce9eec723e10428769202a2c02f53 Mon Sep 17 00:00:00 2001 From: Tils-Gee <62179071+tilsgee@users.noreply.github.com> Date: Sat, 29 Jun 2024 20:55:31 +0700 Subject: [PATCH] Update dependencies on linux-build.yaml --- .github/workflows/linux-build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linux-build.yaml b/.github/workflows/linux-build.yaml index 7db9ee34467..dd0517aab8c 100644 --- a/.github/workflows/linux-build.yaml +++ b/.github/workflows/linux-build.yaml @@ -24,9 +24,10 @@ jobs: run: | sudo apt update sudo apt install -y cmake git ninja-build + - name: Clone Blender repository run: git clone https://github.com/blender/blender.git - working-directory: $GITHUB_WORKSPACE/blender + working-directory: ${{ github.workspace }}/blender - name: Configure CMake run: cmake -B $GITHUB_WORKSPACE/blender/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_SYSTEM_NAME=Linux -G "Ninja"