Skip to content

Commit

Permalink
maybe i forgot to add the toolchain to macOS debug
Browse files Browse the repository at this point in the history
  • Loading branch information
aNaOH committed Jun 10, 2024
1 parent 2c93ebd commit f8d449d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/compile_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ jobs:
profile: minimal
toolchain: stable

- name: Install toolchain
run: rustup target add x86_64-apple-darwin

- name: Build macOS Release x64
run: cargo build --target x86_64-apple-darwin

Expand Down

0 comments on commit f8d449d

Please sign in to comment.