From bb82fa6495dd3467887dc410a143183fbdb27311 Mon Sep 17 00:00:00 2001 From: Alexis Placet Date: Thu, 19 Dec 2024 21:02:46 +0100 Subject: [PATCH] Try fix --- .github/workflows/qemu.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/qemu.yaml b/.github/workflows/qemu.yaml index c5973e9c..123c194c 100644 --- a/.github/workflows/qemu.yaml +++ b/.github/workflows/qemu.yaml @@ -70,8 +70,6 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - with: - fetch-depth: 0 - name: Get current date id: date @@ -86,7 +84,8 @@ jobs: -DBUILD_TESTS=ON \ -DBUILD_EXAMPLES=ON \ -DUSE_LARGE_INT_PLACEHOLDERS=ON \ - -DFETCH_DEPENDENCIES_WITH_CMAKE=MISSING + -DFETCH_DEPENDENCIES_WITH_CMAKE=MISSING \ + -B build shell: alpine.sh {0} - name: Building sparrow library