增加古文和南方漢語十位兼詞形式 #184
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: [push, pull_request] | |
jobs: | |
macos: | |
uses: rime/librime/.github/workflows/macos-build.yml@master | |
with: | |
repository: rime/librime | |
rime_plugins: ${{ github.repository }}@${{ github.ref_name }} | |
windows: | |
uses: rime/librime/.github/workflows/windows-build.yml@master | |
with: | |
repository: rime/librime | |
rime_plugins: ${{ github.repository }}@${{ github.ref_name }} |