Skip to content

Commit

Permalink
wip action
Browse files Browse the repository at this point in the history
  • Loading branch information
Crowdedlight committed Oct 25, 2023
1 parent bb8feaf commit 1330414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV

- name: Install GTK lib
if: matrix.os == 'ubuntu-latest'
shell: bash
if: matrix.build == "linux"
run: apt-get -y install libgtk-3-dev

- name: Install Rust
Expand Down

0 comments on commit 1330414

Please sign in to comment.