From 4c5cb3503a3e04f8ee85bd828eb1374fdecb8248 Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Sat, 6 Feb 2021 13:57:19 +0300 Subject: [PATCH] Fixed a typo. --- .github/actions/setup-lisp/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-lisp/action.yml b/.github/actions/setup-lisp/action.yml index ffff595..9427939 100644 --- a/.github/actions/setup-lisp/action.yml +++ b/.github/actions/setup-lisp/action.yml @@ -25,7 +25,7 @@ runs: shell: bash run: | echo ::group::Install Roswell - if [[ "$RUNNER_OS" == "Linux ]]; then + if [[ "$RUNNER_OS" == "Linux" ]]; then sudo apt-get -y install git build-essential automake libcurl4-openssl-dev fi if [[ "$OS" == "macos-latest" ]]; then