Skip to content

Commit

Permalink
Added TOOLCHAIN V to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaMatta98 committed Feb 19, 2024
1 parent 8ab2b09 commit bd2d399
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ jobs:
- name: Set RUSTUP_TOOLCHAIN
run: echo "RUSTUP_TOOLCHAIN=nightly" >> $GITHUB_ENV

build:
runs-on: ubuntu-latest
needs: build-env
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Perform Build
run: |
cargo +nightly build --release
Expand Down

0 comments on commit bd2d399

Please sign in to comment.