Skip to content

Commit

Permalink
same
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstam committed Aug 1, 2024
1 parent 6446c3d commit f782ab6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,10 @@ jobs:
triple: aarch64-unknown-linux-gnu
runs-on: ${{ matrix.os }}
steps:
- name: Install Rust Toolchain
uses: actions-rs/toolchain@v1
- name: Install Rust
uses: risc0/actions-rs-toolchain@v1
with:
toolchain: nightly-2024-04-17
profile: default
override: true
default: true
components: llvm-tools, rustc-dev
toolchain: stable
- uses: lukka/[email protected]

- name: Show rust version
Expand All @@ -38,7 +34,7 @@ jobs:
- name: Install SP1 toolchain
run: |
curl -L https://raw.githubusercontent.com/succinctlabs/sp1/mattstam/c-flags/sp1up/install | bash
export PATH=/home/runner/.sp1/bin:$PATH
export PATH=~/.sp1/bin:$PATH
~/.sp1/bin/sp1up --version dev --c-toolchain
~/.sp1/bin/cargo-prove prove --version
Expand Down
1 change: 0 additions & 1 deletion library/std/src/os/net/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#[cfg(not(all(
doc,
any(
target_os = "zkvm",
all(target_arch = "wasm32", not(target_os = "wasi")),
all(target_vendor = "fortanix", target_env = "sgx")
)
Expand Down

0 comments on commit f782ab6

Please sign in to comment.