diff --git a/.github/workflows/linux-build.yaml b/.github/workflows/linux-build.yaml index b8bded1c7e5..28d68ac1c11 100644 --- a/.github/workflows/linux-build.yaml +++ b/.github/workflows/linux-build.yaml @@ -19,14 +19,13 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Install dependencies run: | sudo apt update sudo apt install -y cmake git ninja-build - name: Clone Blender repository - run: | + - run: | mkdir -p ${{ github.workspace }}/blender cd ${{ github.workspace }}/blender git clone https://github.com/blender/blender.git .