This repository was archived by the owner on Oct 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments