From ace73e346c4c5289e47944fb10fc924fd571e5ad Mon Sep 17 00:00:00 2001 From: Lachlan O'Dea Date: Fri, 19 Jan 2024 22:41:15 +1100 Subject: [PATCH] run with bash --- .github/workflows/scala.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index f348a97..979d6d7 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -24,6 +24,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Install libuv + shell: bash run: | if [ "$RUNNER-OS" == "Linux" ]; then sudo apt-get install --yes libuv1-dev