chore: fix workflow

This commit is contained in:
Jesús Pérez 2023-07-20 01:14:12 +01:00
parent d25143b59b
commit ed21822120

View File

@ -20,12 +20,12 @@ jobs:
run: echo "🔎 Branch name ${{ gitea.ref }} from repository ${{ gitea.repository }}."
# ls ${{ gitea.workspace }}
- name: Check out repository code
uses: actions/ch /ckout@v3
uses: actions/checkout@v3
#run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- name: Install Rust
run: |
while true; do sleep 20; done
export RUSTUP_HOME=/usr/share/rust/.rustup
export RUSTUP_HOME=//share/rust/.rustup
export CARGO_HOME=/usr/share/rust/.cargo
printf "\n\t🐋 Installing dependencies 🐋\t\n"
apt-get -yq update