Skip to content

Commit

Permalink
Update dependencies on linux-build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tilsgee authored Jun 29, 2024
1 parent 37782b4 commit 1e81a71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1e81a71

Please sign in to comment.