Skip to content

Commit

Permalink
Remove GTK dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kelpsyberry committed Mar 29, 2024
1 parent eecdabc commit fea2bba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ jobs:
path: target/
key: ${{ matrix.target }}-release-${{ steps.toolchain.outputs.cachekey }}

- name: Install GTK and ALSA
- name: Install ALSA
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
sudo apt-get update
sudo apt-get install libgtk-3-dev libasound2-dev
sudo apt-get install libasound2-dev
- name: Update dependencies
run: cargo update
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
key: cargo-registry
enableCrossOsArchive: true

- name: Install GTK and ALSA
- name: Install ALSA
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
sudo apt-get update
sudo apt-get install libgtk-3-dev libasound2-dev
sudo apt-get install libasound2-dev
- name: Update dependencies
run: cargo update
Expand Down

0 comments on commit fea2bba

Please sign in to comment.