trying to fix yml

This commit is contained in:
Penwing 2024-01-28 09:40:32 +01:00
parent 2cf76fd0ec
commit fae5d1a08c

View file

@ -36,6 +36,12 @@ jobs:
- name: Get the release version from the tag - name: Get the release version from the tag
shell: bash shell: bash
run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV 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 - name: Install Rust
# Or @nightly if you want # Or @nightly if you want