Skip to content

Commit

Permalink
Update check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyrest authored May 4, 2024
1 parent 04727d0 commit 84d6f05
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
CARGO_TERM_COLOR: always

jobs:
debug-build-test:
debug-build:
runs-on: windows-latest

steps:
Expand All @@ -30,6 +30,21 @@ jobs:
release-build:
runs-on: windows-latest

steps:
- uses: actions/checkout@v4
- name: Install latest nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
components: rustfmt, clippy

- name: Release build
run: cargo build -r --features skyrim_ae,fallout_4

build-script:
runs-on: windows-latest

steps:
- uses: actions/checkout@v4
- name: Install latest nightly
Expand Down

0 comments on commit 84d6f05

Please sign in to comment.