Add missing checkout action
This commit is contained in:
parent
1040728bab
commit
0a5b0ee441
|
|
@ -7,6 +7,9 @@ jobs:
|
|||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
-
|
||||
name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
|
|
|
|||
Loading…
Reference in New Issue