We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eddfd29 commit 926cbd9Copy full SHA for 926cbd9
1 file changed
.github/workflows/ci.yml
@@ -12,18 +12,18 @@ jobs:
12
- os: ubuntu-latest
13
cangjie_version: 1.0.0
14
15
- cangjie_version: 1.0.1
+ cangjie_version: 1.0.4
16
- os: windows-latest
17
18
- os: macos-latest
19
20
21
steps:
22
- name: Checkout
23
uses: actions/checkout@v4
24
25
- name: Setup Cangjie
26
- uses: Zxilly/setup-cangjie@v2.0.0
+ uses: Zxilly/setup-cangjie@v2.1.0
27
with:
28
channel: lts
29
version: ${{ matrix.cangjie_version }}
0 commit comments