chore: fix workflow

This commit is contained in:
Jesús Pérez 2023-07-20 01:52:54 +01:00
parent 49731f0f2e
commit ad79ffced7

View File

@ -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"