Skip to content

Commit

Permalink
CI: Remove Rust nightly installation step (#25)
Browse files Browse the repository at this point in the history
We are using cargo-expand now.
  • Loading branch information
vadorovsky authored Jun 22, 2023
1 parent 69e6ad3 commit b1e9a6b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/reusable-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ jobs:
path: ${{ env.CARGO_CACHE_PATH }}
key: cargo-${{ runner.os }}-${{ env.CARGO_PROFILE }}-anchor-${{ hashFiles('**/Cargo.lock') }}

# TODO(vadorovsky): Think of smarter way or requiring/shipping Rust nightly
# together with light-anchor.
- run: rustup toolchain install nightly

- run: cargo install --path cli light-anchor-cli --locked --force --debug
if: env.CARGO_PROFILE == 'debug'
- run: cargo install --path cli light-anchor-cli --locked --force
Expand Down

0 comments on commit b1e9a6b

Please sign in to comment.