Skip to content

Commit

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

0 comments on commit 2483fbc

Please sign in to comment.