Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaozg committed Dec 17, 2023
1 parent 80e0322 commit f1a966a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@ jobs:
run: |
brew install luajit
brew install luarocks
curl https://github.com/rime/librime/releases/download/latest/rime-de12d6a-macOS.tar.bz2 > rime.tar.bz2
wget https://github.com/rime/librime/releases/download/latest/rime-de12d6a-macOS.tar.bz2
luarocks --lua-dir=/usr/local/opt/luajit install busted
tar xjvf rime.tar.bz2
find /Users/runner/.luarocks
tar xjvf rime-de12d6a-macOS.tar.bz2
- name: Test
run:
Expand Down

0 comments on commit f1a966a

Please sign in to comment.