From 921e6583a2f0cff752f48c02293fd76dca1491c9 Mon Sep 17 00:00:00 2001 From: Matthias Gatto Date: Thu, 31 Oct 2024 17:09:16 +0100 Subject: [PATCH] update ricochet-2 for CI Signed-off-by: Matthias Gatto --- .github/workflows/others_testacc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/others_testacc.yml b/.github/workflows/others_testacc.yml index 6e0ca8a7d..4e61a0e10 100644 --- a/.github/workflows/others_testacc.yml +++ b/.github/workflows/others_testacc.yml @@ -36,8 +36,8 @@ jobs: go-version: 'stable' - name: local tests run: | - wget https://github.com/outscale/osc-ricochet-2/releases/download/v0.2.0/osc-ricochet-2_v0.2.0_x86_64-unknown-linux-musl.tar.gz - tar -xvf osc-ricochet-2_v0.2.0_x86_64-unknown-linux-musl.tar.gz + wget https://github.com/outscale/osc-ricochet-2/releases/download/v0.3.2/osc-ricochet-2_v0.3.2_x86_64-unknown-linux-musl.tar.gz + tar -xvf osc-ricochet-2_v0.3.2_x86_64-unknown-linux-musl.tar.gz ./ricochet-2 ./ricochet.json & make test-locally