Skip to content

Commit

Permalink
feat: add nlp
Browse files Browse the repository at this point in the history
  • Loading branch information
jincheng.zhang committed Apr 30, 2024
1 parent 0f781ab commit 89b0245
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Build Win
if: "${{ matrix.os == 'windows-latest' }}"
run: cargo build --release --target ${{ matrix.target }}
run: cargo +nightly build --release --target ${{ matrix.target }}

- name: Add mac target
if: "${{ matrix.os == 'macos-latest' }}"
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Build Mac
if: "${{ matrix.os == 'macos-latest' }}"
working-directory: ./crates/netpurr
run: cargo bundle --release --target ${{ matrix.target }}
run: cargo +nightly bundle --release --target ${{ matrix.target }}

- name: Build archive
shell: bash
Expand Down

0 comments on commit 89b0245

Please sign in to comment.