Skip to content

Commit

Permalink
feat: fix cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
jincheng.zhang committed Apr 30, 2024
1 parent 24357e3 commit 04c14b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
if: "${{ matrix.os == 'windows-latest' }}"
run: cargo build --release --target ${{ matrix.target }}

- name: Add mac target
if: "${{ matrix.os == 'macos-latest' }}"
run: rustup target add x86_64-apple-darwin

- name: Add Bundle
if: "${{ matrix.os == 'macos-latest' }}"
run: cargo install cargo-bundle
Expand Down

0 comments on commit 04c14b3

Please sign in to comment.