Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Feel-ix-343 authored Mar 29, 2024
1 parent 08295b2 commit 507a624
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,17 @@ jobs:
- build: linux
os: ubuntu-latest
target: x86_64-unknown-linux-musl
use-cross: true

- build: macos
os: macos-latest
target: x86_64-apple-darwin
use-cross: true

- build: windows-gnu
os: windows-latest
target: x86_64-pc-windows-gnu
use-cross: false
steps:
- name: Clone Repo
uses: actions/checkout@v3
Expand All @@ -42,7 +45,7 @@ jobs:
- name: Build
uses: actions-rs/cargo@v1
with:
use-cross: true
use-cross: ${{ matrix.use-cross }}
command: build
args: --verbose --release --target ${{ matrix.target }}

Expand Down

0 comments on commit 507a624

Please sign in to comment.