diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index b0b7028d6..5446eac09 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -11,6 +11,8 @@ jobs: - name: Checkout uses: actions/checkout@v2 + with: + path: main - name: Set up QEMU uses: docker/setup-qemu-action@v1