Skip to content

update cangjie version #11

update cangjie version

update cangjie version #11

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
name: Build on ${{ matrix.os }} with Cangjie ${{ matrix.cangjie_version }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
include:
- os: ubuntu-latest
cangjie_version: 1.0.0
- os: ubuntu-latest
cangjie_version: 1.0.1
- os: windows-latest
cangjie_version: 1.0.1
- os: macos-latest
cangjie_version: 1.0.1
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Cangjie
uses: Zxilly/setup-cangjie@v2.0.0
with:
channel: lts
version: ${{ matrix.cangjie_version }}
archive-path: ./cangjie-archive
- name: Build
run: cjpm build
- name: Test
run: cjpm test