Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
ci: sp1 toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWOLAND committed Sep 18, 2024
1 parent 47b4ddf commit a569c89
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Setup toolchain
id: rustc-toolchain
shell: bash
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.79.0 -y
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit a569c89

Please sign in to comment.