Skip to content

Commit

Permalink
💚 Install missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Schneegans committed Feb 16, 2025
1 parent 048658d commit 4036ac6
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 @@ -100,8 +100,8 @@ jobs:
- uses: actions/checkout@v4
- name: Download Dependencies
run: |
sudo apt update -qq
sudo apt install gettext -qq
sudo apt update -q
sudo apt install gettext libglib2.0-dev
- name: Build Desktop Cube
run: make
- name: Test Desktop Cube
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get update -q
sudo apt-get install gettext
sudo apt-get install libglib2.0-dev gettext
- name: Create Release
run: |
make zip
Expand Down

0 comments on commit 4036ac6

Please sign in to comment.