Skip to content

Commit 1c5cbc6

Browse files
committed
Fix typo (yes -> true)
Signed-off-by: Gary Oberbrunner <[email protected]>
1 parent 708926c commit 1c5cbc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
which python3
225225
python --version
226226
python3 --version
227-
which uv || yes
227+
which uv || true
228228
229229
- name: Install Conan
230230
id: conan

0 commit comments

Comments
 (0)