Skip to content

Commit c6630bc

Browse files
committed
-y
1 parent 28c43f4 commit c6630bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Install the project and its dependencies
2222
run: |
23-
sudo apt-get install llvm-dev # Obtain FileCheck, used in testing.
23+
sudo apt-get install -y llvm-dev # Obtain FileCheck, used in testing.
2424
uv sync --extra ingress-torch-cpu --group test
2525
2626
- name: Run lit-enabled examples as tests

0 commit comments

Comments
 (0)