Skip to content

Commit 6eafc3b

Browse files
authored
Revert "feat(artifacts): parallel downloads (#214)"
This reverts commit 9d38c9b.
1 parent 9d38c9b commit 6eafc3b

36 files changed

+236
-9233
lines changed

.github/actions/setup/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ runs:
3939
~/.cargo/git/db/
4040
target/
4141
~/.rustup/
42-
key: rust-1.88.0-${{ hashFiles('**/Cargo.toml') }}
43-
restore-keys: rust-1.88.0-
42+
key: rust-1.86.0-${{ hashFiles('**/Cargo.toml') }}
43+
restore-keys: rust-1.86.0-
4444

4545
- name: Setup toolchain
4646
id: rustc-toolchain
4747
shell: bash
4848
run: |
49-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.88.0 -y
49+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.86.0 -y
5050
rustup install nightly
5151
5252
- name: "Install sp1up"

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ jobs:
8686
uses: actions-rs/cargo@v1
8787
with:
8888
command: test
89-
toolchain: 1.88.0
89+
toolchain: 1.86.0
9090
args: --release
9191
env:
9292
RUST_BACKTRACE: 1
93-
RUSTUP_TOOLCHAIN: 1.88.0
93+
RUSTUP_TOOLCHAIN: 1.86.0
9494

9595
cargo-lint:
9696
name: Cargo Lint

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Ignore build artifacts
22
/target/
33

4+
# Ignore lock files
5+
Cargo.lock
6+
47
# Ignore environment files
58
.env
69

0 commit comments

Comments
 (0)