Skip to content

Commit

Permalink
Fix Release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
OutOfBears committed Oct 17, 2023
1 parent 93c53e7 commit 03b9cbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust_version: [nightly, 1.72.0]
# https://doc.rust-lang.org/rustc/platform-support.html
include:
- host: linux
Expand All @@ -53,6 +54,7 @@ jobs:
runs-on: ${{ matrix.os }}
env:
BIN: pixelfix

steps:
- uses: actions/checkout@v3
with:
Expand All @@ -68,7 +70,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: ${{ matrix.rust_version }}
target: ${{ matrix.target }}
override: true
profile: minimal
Expand Down

0 comments on commit 03b9cbf

Please sign in to comment.