Skip to content

Commit

Permalink
feat: add report
Browse files Browse the repository at this point in the history
  • Loading branch information
jincheng.zhang committed May 24, 2024
1 parent 2c68af2 commit ca471df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Build Mac
if: "${{ matrix.os == 'macos-latest' }}"
working-directory: ./crates/netpurr
run: cargo +nightly bundle --release --target ${{ matrix.target }}
run: rustup toolchain install nightly-2024-04-29-aarch64-apple-darwin && cargo +nightly bundle --release --target ${{ matrix.target }}

- name: Build archive
shell: bash
Expand Down

0 comments on commit ca471df

Please sign in to comment.