chore: fix workflow
This commit is contained in:
parent
49731f0f2e
commit
ad79ffced7
@ -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…
Reference in New Issue
Block a user