trying to fix yml
This commit is contained in:
parent
2cf76fd0ec
commit
fae5d1a08c
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue