Skip to content

Commit 84d6f05

Browse files
authored
Update check.yml
1 parent 04727d0 commit 84d6f05

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

Diff for: .github/workflows/check.yml

+16-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
CARGO_TERM_COLOR: always
1111

1212
jobs:
13-
debug-build-test:
13+
debug-build:
1414
runs-on: windows-latest
1515

1616
steps:
@@ -30,6 +30,21 @@ jobs:
3030
release-build:
3131
runs-on: windows-latest
3232

33+
steps:
34+
- uses: actions/checkout@v4
35+
- name: Install latest nightly
36+
uses: actions-rs/toolchain@v1
37+
with:
38+
toolchain: nightly
39+
override: true
40+
components: rustfmt, clippy
41+
42+
- name: Release build
43+
run: cargo build -r --features skyrim_ae,fallout_4
44+
45+
build-script:
46+
runs-on: windows-latest
47+
3348
steps:
3449
- uses: actions/checkout@v4
3550
- name: Install latest nightly

0 commit comments

Comments
 (0)