Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 9ba1143

Browse files
committed
Revert "chore(workflow): add step to setup Rust"
This reverts commit 4045f21.
1 parent 75a8a06 commit 9ba1143

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ jobs:
6565
run: chmod +x ./gradlew
6666
- name: Install dependencies
6767
run: $ATS_SUDO $ATS_APT_UPDATE && $ATS_SUDO $ATS_APT_UPGRADE && $ATS_SUDO $ATS_APT_INSTALL $ATS_APT_DEPS
68-
- name: Install Rust
69-
run: |
70-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -o rustup-init.sh
71-
sh rustup-init.sh -y
7268
- name: Restore cache
7369
uses: actions/cache@v4
7470
with:
@@ -116,10 +112,6 @@ jobs:
116112
run: chmod +x ./gradlew
117113
- name: Install dependencies
118114
run: $ATS_SUDO $ATS_APT_UPDATE && $ATS_SUDO $ATS_APT_UPGRADE && $ATS_SUDO $ATS_APT_INSTALL $ATS_APT_DEPS
119-
- name: Install Rust
120-
run: |
121-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -o rustup-init.sh
122-
sh rustup-init.sh -y
123115
- name: Restore cache
124116
uses: actions/cache@v4
125117
with:
@@ -165,10 +157,6 @@ jobs:
165157
run: chmod +x ./gradlew
166158
- name: Install dependencies
167159
run: $ATS_SUDO $ATS_APT_UPDATE && $ATS_SUDO $ATS_APT_UPGRADE && $ATS_SUDO $ATS_APT_INSTALL $ATS_APT_DEPS
168-
- name: Install Rust
169-
run: |
170-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -o rustup-init.sh
171-
sh rustup-init.sh -y
172160
- name: Restore cache
173161
uses: actions/cache@v4
174162
with:
@@ -224,10 +212,6 @@ jobs:
224212
run: chmod +x ./gradlew
225213
- name: Install dependencies
226214
run: $ATS_SUDO $ATS_APT_UPDATE && $ATS_SUDO $ATS_APT_UPGRADE && $ATS_SUDO $ATS_APT_INSTALL $ATS_APT_DEPS
227-
- name: Install Rust
228-
run: |
229-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -o rustup-init.sh
230-
sh rustup-init.sh -y
231215
- name: Restore cache
232216
uses: actions/cache@v4
233217
with:

0 commit comments

Comments
 (0)