Skip to content

Commit

Permalink
wip: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ndusart committed Feb 1, 2024
1 parent d9d7b84 commit f0751b1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ env:
TARGET_DIR: ./target
CROSS_VERSION: v0.2.5
CLIPPY_RUST_VERSION: 1.75
MIN_RUST_VERSION: 1.70
RUST_BACKTRACE: 1

jobs:
Expand All @@ -24,9 +23,9 @@ jobs:
fail-fast: false
matrix:
include:
- build: pinned
- build: minimal
os: ubuntu-latest
rust: ${{ env.MIN_RUST_VERSION }}
rust: 1.70
- build: stable
os: ubuntu-latest
rust: stable
Expand Down

0 comments on commit f0751b1

Please sign in to comment.