Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
update github workflow for msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenmeier committed Jan 20, 2023
1 parent ccde954 commit afa49ba
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,20 @@ env:
CARGO_TERM_COLOR: always
RUSTFLAGS: -Dwarnings
RUST_BACKTRACE: 1
rust_min: 1.58.0

jobs:
build_and_test:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ env.rust_min }}
override: true
- name: Build no features
run: cargo build
- name: Build cipher
Expand Down

0 comments on commit afa49ba

Please sign in to comment.