diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-03-11 23:34:40 +0100 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-03-11 23:34:40 +0100 |
| commit | ff091c5039188d0b855cf8ce34df611a481a7821 (patch) | |
| tree | b76e729b9961faff03954c7ebbc74ea6bc3efe8e | |
| parent | 13002ddd132229c7055030d31f0807e2d9d9fda6 (diff) | |
fix archive store
| -rw-r--r-- | .woodpecker/linux.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
