From 1e6c624fd98f2afc816aa94633a1ec3a19a3d8f7 Mon Sep 17 00:00:00 2001 From: Bernt Christian Egeland Date: Sun, 2 Apr 2023 12:15:47 +0200 Subject: [PATCH] action --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a42bbecc..6fa6f317 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,9 @@ jobs: - uses: actions/checkout@v2 # checkout dev branch with: + fetch-depth: 0 ref: main + - name: Set up QEMU uses: docker/setup-qemu-action@v1