Skip to content

Commit 1dde335

Browse files
committed
test with QEMU
1 parent 956c434 commit 1dde335

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ concurrency:
2222
cancel-in-progress: true
2323

2424
env:
25-
USE_QEMU: ${{ fromJSON(github.event.inputs.use_qemu || 'false') || (github.event_name == 'schedule') || startsWith(github.ref, 'refs/tags/') }}
25+
USE_QEMU: true
26+
# ${{ fromJSON(github.event.inputs.use_qemu || 'false') || (github.event_name == 'schedule') || startsWith(github.ref, 'refs/tags/') }}
2627

2728
jobs:
2829
lint:

0 commit comments

Comments
 (0)