chore: fix workflow
This commit is contained in:
parent
d25143b59b
commit
ed21822120
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue