Skip to content
This repository was archived by the owner on May 11, 2026. It is now read-only.

Commit 13c1f12

Browse files
authored
infra: added grafana dashboard (#121)
* infra: added grafana dashboard Signed-off-by: Tomás Migone <tomas@edgeandnode.com> * ci: fix dependency issue Signed-off-by: Tomás Migone <tomas@edgeandnode.com> --------- Signed-off-by: Tomás Migone <tomas@edgeandnode.com>
1 parent 3f5cb9b commit 13c1f12

2 files changed

Lines changed: 1521 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: Leafwing-Studios/cargo-cache@6c2a159aab4b3ba20f083d241bb1f26b35262b99 # v2
3434

3535
- name: Prepare build env
36-
run: sudo apt-get install -y lld libsasl2-dev libcurl4-openssl-dev
36+
run: sudo apt-get update && sudo apt-get install -y lld libsasl2-dev libcurl4-openssl-dev
3737

3838
- run: cargo check
3939
- run: cargo clippy -- -Dwarnings --force-warn deprecated --force-warn dead-code

0 commit comments

Comments
 (0)