Skip to content

Commit 244f015

Browse files
committed
If this fails then the previous commit has worked
1 parent 8dff2c5 commit 244f015

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/untrusted.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
test:
1010
runs-on: ubuntu-latest
1111
steps:
12-
-
13-
name: Set up QEMU
14-
uses: docker/setup-qemu-action@v1
12+
# -
13+
# name: Set up QEMU
14+
# uses: docker/setup-qemu-action@v1
1515
- uses: actions/checkout@v1
1616
- name: Test
1717
run: make test

0 commit comments

Comments
 (0)