mirror of
https://gitee.com/openharmony/third_party_rust_unicode-ident
synced 2025-02-17 06:08:14 +00:00
Merge pull request #19 from dtolnay/output
Switch from set-output to $GITHUB_OUTPUT
This commit is contained in:
commit
00a42eb9ff
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- id: ucd-generate
|
||||
run: echo "::set-output name=version::$(grep 'ucd-generate [0-9]\+\.[0-9]\+\.[0-9]\+' generate/src/ucd.rs --only-matching)"
|
||||
run: echo "version=$(grep 'ucd-generate [0-9]\+\.[0-9]\+\.[0-9]\+' generate/src/ucd.rs --only-matching)" >> $GITHUB_OUTPUT
|
||||
- run: cargo install ucd-generate
|
||||
- run: curl -LO https://www.unicode.org/Public/zipped/latest/UCD.zip
|
||||
- run: unzip UCD.zip -d UCD
|
||||
|
Loading…
x
Reference in New Issue
Block a user