Browse Source

fixed rust workflow

Signed-off-by: Karan Gauswami <[email protected]>
pull/30/head
Karan Gauswami 4 months ago
parent
commit
a4e52fd8ed
No known key found for this signature in database GPG Key ID: 4457EA801DBC82E6
  1. 2
      .github/workflows/rust.yml

2
.github/workflows/rust.yml

@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
os: [linux, windows, macos] os: [linux-latest, windows-latest, macos-latest]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Run tests - name: Run tests

Loading…
Cancel
Save