Skip to content

Commit

Permalink
Update unittest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GsLogiMaker committed May 5, 2024
1 parent 5ab50ea commit 5d0ee4c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@ jobs:
cache-on-failure: true

- name: 🦀 Update Rust
env:
TARGET: ${{ env.LINUX_64_TARGET }}
run: |
TARGET=${{ env.LINUX_64_TARGET }}
rustup update
rustup target add ${{ env.TARGET }}
rustup target add ${TARGET}
- name: 🦀 Build Rust code
run: |
Expand Down

0 comments on commit 5d0ee4c

Please sign in to comment.