Skip to content

Commit

Permalink
New rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
guylamar2006 authored Oct 17, 2024
1 parent 497eea6 commit 7bc6f32
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/actions/macos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ description: Build macOS builds
runs:
using: "composite"
steps:
- uses: Swatinem/rust-cache@v2
- uses: actions-rs/cargo@v1
with:
command: build
args: --release
- uses: dtolnay/rust-toolchain@stable
- name: Build macOS Release
run: cargo build --release
- name: copy binary
shell: bash
run: cp target/release/neothesia .github/app/Neothesia.app/Contents/MacOS
Expand Down

0 comments on commit 7bc6f32

Please sign in to comment.