Skip to content

Commit

Permalink
fix: 🔧 Fix CI 1/n
Browse files Browse the repository at this point in the history
  • Loading branch information
fungiboletus committed Feb 25, 2024
1 parent 731866e commit 09b4b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit 09b4b3f

Please sign in to comment.