Skip to content

Commit e5281c9

Browse files
committed
ci: fix dependency setup
1 parent 2c06fd5 commit e5281c9

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ on:
1212
merge_group:
1313
types: [checks_requested]
1414

15-
env:
16-
RUST_VERSION: "1.88"
17-
CMAKE_GENERATOR: Ninja
18-
1915
jobs:
2016
build:
2117
runs-on: ubuntu-latest
@@ -26,11 +22,8 @@ jobs:
2622

2723
- name: Setup dependencies
2824
run: |
29-
sudo apt-get install ninja-build
3025
rustup set auto-self-update disable
31-
rustup install ${{ env.RUST_VERSION }}
32-
rustup default ${{ env.RUST_VERSION }}
33-
cargo install --bin chewing-cli https://github.com/chewing/libchewing
26+
cargo install chewing-cli --git https://github.com/chewing/libchewing
3427
3528
- name: Build
3629
run: |

0 commit comments

Comments
 (0)