chore: fix workflow
This commit is contained in:
parent
49731f0f2e
commit
ad79ffced7
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
printf "\n\t🐋 Installing dependencies 🐋\t\n"
|
||||
apt-get -yq update
|
||||
apt-get -yq install build-essential llvm libssl-dev
|
||||
if [ ! -x "${CARGO_HOME}/bin/cargo" ] ; then
|
||||
if [ -x "${CARGO_HOME}/bin/cargo" ] ; then
|
||||
source "${CARGO_HOME}/env"
|
||||
else
|
||||
printf "\n\t🐋 Installing Rust 🐋\t\n"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue