File tree 13 files changed +16
-16
lines changed
13 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 28
28
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29
29
30
30
- name : Install rust
31
- uses : dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c # stable
31
+ uses : dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0 # stable
32
32
with :
33
33
toolchain : stable
34
34
71
71
fetch-depth : 0
72
72
73
73
- name : Install rust
74
- uses : dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c # stable
74
+ uses : dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0 # stable
75
75
with :
76
76
toolchain : stable
77
77
Original file line number Diff line number Diff line change 35
35
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36
36
37
37
- name : Install rust
38
- uses : dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c # stable
38
+ uses : dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0 # stable
39
39
with :
40
40
toolchain : stable
41
41
57
57
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
58
58
59
59
- name : Install rust
60
- uses : dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c # stable
60
+ uses : dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0 # stable
61
61
with :
62
62
toolchain : stable
63
63
Original file line number Diff line number Diff line change 36
36
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37
37
38
38
- name : Install rust
39
- uses : dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c # stable
39
+ uses : dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0 # stable
40
40
with :
41
41
toolchain : stable
42
42
Original file line number Diff line number Diff line change 59
59
echo "RUST_TOOLCHAIN=${RUST_TOOLCHAIN}" | tee -a "${GITHUB_OUTPUT}"
60
60
61
61
- name : Install rust
62
- uses : dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c # stable
62
+ uses : dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0 # stable
63
63
with :
64
64
toolchain : " ${{ steps.toolchain.outputs.RUST_TOOLCHAIN }}"
65
65
targets : wasm32-unknown-unknown
Original file line number Diff line number Diff line change 25
25
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
26
27
27
- name : Install rust
28
- uses : dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c # stable
28
+ uses : dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0 # stable
29
29
with :
30
30
toolchain : stable
31
31
Original file line number Diff line number Diff line change 48
48
echo "RUST_NIGHTLY_TOOLCHAIN=${RUST_NIGHTLY_TOOLCHAIN}" | tee -a "${GITHUB_OUTPUT}"
49
49
50
50
- name : Install rust
51
- uses : dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c # stable
51
+ uses : dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0 # stable
52
52
with :
53
53
toolchain : " ${{ steps.nightly-toolchain.outputs.RUST_NIGHTLY_TOOLCHAIN }}"
54
54
targets : ${{ matrix.settings.target }}
Original file line number Diff line number Diff line change 34
34
echo "RUST_NIGHTLY_TOOLCHAIN=${RUST_NIGHTLY_TOOLCHAIN}" | tee -a "${GITHUB_OUTPUT}"
35
35
36
36
- name : Install rust
37
- uses : dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c # stable
37
+ uses : dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0 # stable
38
38
with :
39
39
toolchain : " ${{ steps.toolchain.outputs.RUST_TOOLCHAIN }}"
40
40
components : clippy, rustfmt
Original file line number Diff line number Diff line change 29
29
sudo apt -y install gdb
30
30
31
31
- name : Install rust
32
- uses : dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c # stable
32
+ uses : dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0 # stable
33
33
with :
34
34
toolchain : stable
35
35
Original file line number Diff line number Diff line change 36
36
echo "RUST_TOOLCHAIN=${RUST_TOOLCHAIN}" | tee -a "${GITHUB_OUTPUT}"
37
37
38
38
- name : Install rust
39
- uses : dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c # stable
39
+ uses : dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0 # stable
40
40
with :
41
41
toolchain : " ${{ steps.toolchain.outputs.RUST_TOOLCHAIN }}"
42
42
targets : ${{ matrix.settings.target }}
Original file line number Diff line number Diff line change 79
79
secrets : " cratesio-api-token"
80
80
81
81
- name : Install rust
82
- uses : dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c # stable
82
+ uses : dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0 # stable
83
83
with :
84
84
toolchain : stable
85
85
Original file line number Diff line number Diff line change 35
35
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36
36
37
37
- name : Install rust
38
- uses : dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c # stable
38
+ uses : dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0 # stable
39
39
with :
40
40
toolchain : stable
41
41
54
54
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
55
55
56
56
- name : Install rust
57
- uses : dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c # stable
57
+ uses : dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0 # stable
58
58
with :
59
59
toolchain : stable
60
60
components : llvm-tools
Original file line number Diff line number Diff line change 30
30
echo "RUST_NIGHTLY_TOOLCHAIN=${RUST_NIGHTLY_TOOLCHAIN}" | tee -a "${GITHUB_OUTPUT}"
31
31
32
32
- name : Install rust
33
- uses : dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c # stable
33
+ uses : dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0 # stable
34
34
with :
35
35
toolchain : " ${{ steps.nightly-toolchain.outputs.RUST_NIGHTLY_TOOLCHAIN }}"
36
36
Original file line number Diff line number Diff line change 24
24
runs-on : ubuntu-24.04
25
25
steps :
26
26
- name : Install rust
27
- uses : dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c # stable
27
+ uses : dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0 # stable
28
28
with :
29
29
toolchain : stable
30
30
You can’t perform that action at this time.
0 commit comments