Skip to content

Commit

Permalink
fix: CI require nightly version of rust
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim-Lin-4549 committed Jan 28, 2025
1 parent 27a2f18 commit 6c996da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
with:
node-version: lts/*

- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
- name: install Rust Nightly
uses: dtolnay/rust-toolchain@nightly
with:
# Those targets are only used on macos runners so it's in an `if` to slightly speed up windows and linux builds.
targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "PCL2_Nova_App"
name = "Plain Craft Launcher 2 Nova"
version = "0.1.0-nightly.2"
description = "A cross-platform Minecraft Launcher, rewrite from PCL"
authors = ["PCL-Community"]
Expand Down

0 comments on commit 6c996da

Please sign in to comment.