Update test.yml

This commit is contained in:
Peter 2023-07-13 14:48:58 +02:00 committed by GitHub
parent 5491ac9584
commit d720c2bffc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: 'feat/arm64-cow'
- name: Prepare bake file
run: |
@ -50,6 +52,8 @@ jobs:
steps:
- name: Checkouts
uses: actions/checkout@v3
with:
ref: 'feat/arm64-cow'
- name: Set up QEMU
uses: docker/setup-qemu-action@v2