Skip to content

Commit

Permalink
Use yash as Ubuntu shell
Browse files Browse the repository at this point in the history
  • Loading branch information
ruricolist committed Nov 27, 2024
1 parent d60e6b5 commit 0ebc2f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v1
- name: Install SBCL
run: |
sudo apt update && sudo apt install -y wget sbcl
sudo apt update && sudo apt install -y sbcl wget yash
- name: Update ASDF
run: |
mkdir ~/common-lisp/ && cd ~/common-lisp/
Expand All @@ -36,7 +36,7 @@ jobs:
run: |
export PATH=$PATH:$HOME/.local/bin
mkdir -p ~/.local/bin
make && make install
SHELL=yash make && make install
- name: Test Kiln
run: |
export CL_SOURCE_REGISTRY="$(pwd):"
Expand Down

0 comments on commit 0ebc2f5

Please sign in to comment.