fix for ci.yml
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good

This commit is contained in:
2022-08-16 11:03:51 +02:00
parent 0fcf150707
commit 3b11af8d4a
3 changed files with 10 additions and 3 deletions

View File

@ -5,7 +5,10 @@ name: ci
jobs:
check:
name: Check
os: [ubuntu-latest, macos-latest, windows-latest]
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1