Skip to content

Commit

Permalink
CI: Add missing dependencies and other minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jj0YzL5nvJ authored and gonetz committed Jan 25, 2025
1 parent 14cad5a commit d70d331
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: Install Packages
run: |
# fix for "error processing package grub-efi-amd64-signed"
sudo apt-get purge shim-signed grub\* --yes --allow-remove-essential
sudo apt-mark hold grub-common
sudo apt-get -qq update
sudo apt-get -y upgrade
sudo apt-get -y install build-essential libgl1-mesa-dev qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools
sudo apt-get -y install build-essential libfreetype6-dev libgl1-mesa-dev libpng-dev qt5-qmake qtbase5-dev qtbase5-dev-tools qtchooser zlib1g-dev
- name: Prepare Environment
run: |
echo "GIT_REVISION=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
Expand Down Expand Up @@ -76,13 +76,14 @@ jobs:
with:
update: true
install: >-
git
make
mingw-w64-x86_64-cmake
mingw-w64-x86_64-gcc
mingw-w64-x86_64-freetype
mingw-w64-x86_64-libpng
mingw-w64-x86_64-qt5
git
mingw-w64-x86_64-zlib
- name: Prepare Environment
run: |
$env:revision = git rev-parse --short HEAD
Expand Down Expand Up @@ -225,7 +226,7 @@ jobs:
Release:
runs-on: ubuntu-latest
needs: [Windows, Linux]
if: github.ref == 'refs/heads/master'
if: github.ref_name == 'master'
steps:
- uses: actions/checkout@v4
- name: Download Artifacts
Expand Down

0 comments on commit d70d331

Please sign in to comment.