From ffe818a2aa555c13615dc68b2a96b015863e846b Mon Sep 17 00:00:00 2001 From: Ricardo Almeida <3705908+ric-almeida@users.noreply.github.com> Date: Mon, 10 Jul 2023 15:09:03 +0100 Subject: [PATCH] Update --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5fb0a9..2b162cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,5 +16,5 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - run: npm install -g bats - - run: bats -v + - run: | + sudo apt install opam