mirror of
https://github.com/nicoburns/blessed-rs
synced 2025-02-17 05:18:30 +00:00
10 lines
No EOL
248 B
YAML
10 lines
No EOL
248 B
YAML
jobs:
|
|
build:
|
|
name: Compile release build
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: actions-rs/toolchain@v1
|
|
with:
|
|
toolchain: stable
|
|
- run: cargo build --release --all-features |