From d1bf2bf91101701c9019a9f405423da012e27518 Mon Sep 17 00:00:00 2001 From: Smooth Operator Date: Fri, 13 Oct 2023 09:34:55 -0400 Subject: [PATCH] tweak ci --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba9d3b7a..d079f678 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,8 @@ jobs: - name: Run examples shell: bash run: | - sudo apt install valgrind + sudo apt-get update + sudo apt install --fix-missing valgrind cd project nimble --accept develop nimble --accept install "https://github.com/disruptek/balls"