We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43df3a1 commit c132a38Copy full SHA for c132a38
1 file changed
.github/workflows/test.yml
@@ -31,11 +31,10 @@ jobs:
31
uses: actions/checkout@v4
32
33
- name: Setup Cangjie
34
- uses: Zxilly/setup-cangjie@v1
+ uses: Zxilly/setup-cangjie@v2
35
with:
36
channel: "nightly"
37
version: "1.1.0-alpha.20260127020001"
38
- token: ${{ secrets.GITCODE_TOKEN }}
39
40
- name: Test unix install
41
if: matrix.os.sys != 'windows'
0 commit comments