Fixed a typo.
This commit is contained in:
parent
a32b7e9ecf
commit
4c5cb3503a
1 changed files with 1 additions and 1 deletions
2
.github/actions/setup-lisp/action.yml
vendored
2
.github/actions/setup-lisp/action.yml
vendored
|
@ -25,7 +25,7 @@ runs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo ::group::Install Roswell
|
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
|
sudo apt-get -y install git build-essential automake libcurl4-openssl-dev
|
||||||
fi
|
fi
|
||||||
if [[ "$OS" == "macos-latest" ]]; then
|
if [[ "$OS" == "macos-latest" ]]; then
|
||||||
|
|
Loading…
Reference in a new issue