Skip to content

Commit 561887a

Browse files
committed
Try to show actual path
1 parent 8a3e469 commit 561887a

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
@@ -26,5 +26,5 @@ jobs:
2626
- name: Run lit-enabled examples as tests
2727
run: |
2828
export FILECHECKPATH=FileCheck-18 # Ubuntu's llvm-dev appends a version number.
29-
uv run lit python/examples # Makes sure to substitute FileCheck for $FILECHECKPATH
29+
uv run lit $PWD/python/examples # Makes sure to substitute FileCheck for $FILECHECKPATH
3030

0 commit comments

Comments
 (0)