From 3764d54d8a2400cbc016306e3189691d4a274bc4 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Sun, 22 Oct 2023 08:44:26 +0900 Subject: [PATCH] remove unnecessary apt install --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18dd49a..33a68b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,8 +31,6 @@ jobs: uses: coursier/cache-action@v5 - name: Build and test run: | - sudo apt-get update - sudo apt install clang libunwind-dev libgc-dev libre2-dev sbt -v scalafmtCheckAll sbt -v test rm -rf "$HOME/.ivy2/local" || true