Skip to content

Commit

Permalink
Fix to build stable and msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
lusingander committed Sep 8, 2024
1 parent ed95d0e commit 6c067b2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,15 @@ env:

jobs:
build:
strategy:
matrix:
versions:
- version: stable
- version: '1.79.0' # MSRV
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@${{ matrix.versions.version }}
- name: Version
run: |
rustc --version
Expand Down

0 comments on commit 6c067b2

Please sign in to comment.