Skip to content

Commit

Permalink
Merge pull request #500 from Schneegans/feature/install-dependencies
Browse files Browse the repository at this point in the history
Install missing dependencies on ubuntu-latest
  • Loading branch information
Schneegans authored Feb 21, 2025
2 parents 45af9b9 + 97f17c2 commit 2783a2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
build:
name: Run Tests
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
if: >
github.event_name == 'pull_request' ||
( contains(github.ref, 'main') && !contains(github.event.head_commit.message, '[no-ci]') ) ||
Expand All @@ -96,7 +96,7 @@ jobs:
- name: Download Dependencies
run: |
sudo apt update -qq
sudo apt install gettext imagemagick -qq
sudo apt install gettext imagemagick libglib2.0-dev -qq
- name: Build Burn-My-Windows
run: make
- name: Test Burn-My-Windows
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get update -q
sudo apt-get install gettext clang-format
sudo apt-get install gettext clang-format libglib2.0-dev
- name: Create Release
run: |
./kwin/build.sh
Expand Down

0 comments on commit 2783a2d

Please sign in to comment.