From ff091c5039188d0b855cf8ce34df611a481a7821 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Mon, 11 Mar 2024 23:34:40 +0100 Subject: [PATCH] fix archive store --- .woodpecker/linux.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker/linux.yaml b/.woodpecker/linux.yaml index 33b8c62..dbece0b 100644 --- a/.woodpecker/linux.yaml +++ b/.woodpecker/linux.yaml @@ -11,6 +11,7 @@ steps: - name: clone monero and cache depends image: git.mrcyjanek.net/mrcyjanek/debian:bookworm commands: + - git fetch - git clone https://git.mrcyjanek.net/mrcyjanek/monero --recursive --depth=1 --branch=release-v0.18.3.2-legacy - cd monero/contrib/depends - make download