Skip to content

Commit

Permalink
ci: display rustc version during PR checks
Browse files Browse the repository at this point in the history
  • Loading branch information
denbite committed Sep 26, 2024
1 parent 036a7f2 commit b2c10c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- name: Install cargo-near CLI
run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/cargo-near/releases/download/cargo-near-v0.6.4/cargo-near-installer.sh | sh

- name: Rustc version
run: rustc -V

- name: Build release version of contract
run: cargo near build --no-abi

Expand Down

0 comments on commit b2c10c5

Please sign in to comment.