diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index aa3b140..2cf91f7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,6 +36,12 @@ jobs: - name: Get the release version from the tag shell: bash run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV + - name: Install dependencies + run: | + sudo apt-get update + sudo apt-get install -y \ + libglib2.0-dev \ + # Add any other dependencies needed by your project - name: Install Rust # Or @nightly if you want