Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocustodio committed Feb 4, 2025
1 parent ef298b9 commit 02b210c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
- uses: Homebrew/actions/setup-homebrew@master

- name: Install dependencies
run: brew install messense/macos-cross-toolchains/x86_64-unknown-linux-gnu mingw-w64
- run: brew install messense/macos-cross-toolchains/x86_64-unknown-linux-gnu mingw-w64

- uses: actions/checkout@v4

- name: Build
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo build --release

0 comments on commit 02b210c

Please sign in to comment.