Skip to content

Commit

Permalink
fix: remove install rust
Browse files Browse the repository at this point in the history
  • Loading branch information
ncpenke committed Mar 6, 2024
1 parent f0304be commit a4fbc89
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ jobs:
container: dscvrdocker/be-edge-base-builder
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ env.RUST_VERSION }}
- uses: jwlawson/[email protected]
- name: Run
run: ./build-scripts/build_and_test.sh
env:
Expand Down

0 comments on commit a4fbc89

Please sign in to comment.