From fae5d1a08c24add61d2b335f0b40594c5a880214 Mon Sep 17 00:00:00 2001 From: Penwing Date: Sun, 28 Jan 2024 09:40:32 +0100 Subject: [PATCH] trying to fix yml --- .github/workflows/deploy.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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