Skip to content

Commit ad755bc

Browse files
committed
Use a string explicitly in the cross-arch job
By using a literal `true`, yaml will interpret it as a boolean. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent d34aea6 commit ad755bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
runs-on: ubuntu-20.04
186186
steps:
187187
- name: Return true
188-
run: true
188+
run: "true"
189189

190190

191191
build:

0 commit comments

Comments
 (0)