From 09b4b3f45955f8fb69896743015596be2cefaf88 Mon Sep 17 00:00:00 2001 From: Antoine Pultier <45740+fungiboletus@users.noreply.github.com> Date: Sun, 25 Feb 2024 22:00:42 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=94=A7=20Fix=20CI=201/n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index adffe1b..a4079f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Set up Rust run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }} - name: Install the test dependencies - run: sudo apt-get update && apt-get install -y rrdcached socat + run: sudo apt-get update && sudo apt-get install -y rrdcached socat - name: Run the rrdcached server run: | sudo mkdir -p /tmp/rrdcached/db /tmp/rrdcached/journal &&