mirror of
https://gitee.com/openharmony/third_party_rust_rustc-hash
synced 2024-11-23 07:49:54 +00:00
14 lines
250 B
YAML
14 lines
250 B
YAML
|
name: Rust
|
||
|
|
||
|
on: [push]
|
||
|
|
||
|
jobs:
|
||
|
build:
|
||
|
runs-on: ${{ matrix.os }}-latest
|
||
|
steps:
|
||
|
- uses: actions/checkout@v2
|
||
|
- uses: rust-lang/simpleinfra/github-actions/simple-ci@master
|
||
|
strategy:
|
||
|
matrix:
|
||
|
os: [ubuntu, windows, macos]
|