We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c06fd5 commit e5281c9Copy full SHA for e5281c9
1 file changed
.github/workflows/ci.yml
@@ -12,10 +12,6 @@ on:
12
merge_group:
13
types: [checks_requested]
14
15
-env:
16
- RUST_VERSION: "1.88"
17
- CMAKE_GENERATOR: Ninja
18
-
19
jobs:
20
build:
21
runs-on: ubuntu-latest
@@ -26,11 +22,8 @@ jobs:
26
22
27
23
- name: Setup dependencies
28
24
run: |
29
- sudo apt-get install ninja-build
30
25
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
+ cargo install chewing-cli --git https://github.com/chewing/libchewing
34
35
- name: Build
36
0 commit comments