chore: fix workflow
This commit is contained in:
parent
66b130bb91
commit
d25143b59b
@ -22,11 +22,10 @@ jobs:
|
|||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/ch /ckout@v3
|
uses: actions/ch /ckout@v3
|
||||||
#run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
#run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||||
|
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
run: |
|
run: |
|
||||||
while true; do sleep 20; done
|
while true; do sleep 20; done
|
||||||
export RUSTUP_HOME=//share/rust/.rustup
|
export RUSTUP_HOME=/usr/share/rust/.rustup
|
||||||
export CARGO_HOME=/usr/share/rust/.cargo
|
export CARGO_HOME=/usr/share/rust/.cargo
|
||||||
printf "\n\t🐋 Installing dependencies 🐋\t\n"
|
printf "\n\t🐋 Installing dependencies 🐋\t\n"
|
||||||
apt-get -yq update
|
apt-get -yq update
|
||||||
|
Loading…
Reference in New Issue
Block a user