Skip to content

Commit

Permalink
fix apt install in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonLydike committed Nov 16, 2023
1 parent 7e35795 commit 76aa332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-mlir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Install native dependencies
run: |
apt install mesa-vulkan-drivers curl
apt install -y mesa-vulkan-drivers curl
- name: Upgrade pip
run: |
Expand Down

0 comments on commit 76aa332

Please sign in to comment.