Skip to content

Commit

Permalink
Correct a package name and remove a package not available in Ubuntu 2…
Browse files Browse the repository at this point in the history
…2.04
  • Loading branch information
pcolby committed May 5, 2024
1 parent baaea2d commit 2db0fb3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
sudo apt-mark hold grub-efi-amd64-signed
sudo apt update
sudo apt upgrade
sudo apt install lcov libfuse2 qt6-base-dev qtbase6-doc-dev qt6-connectivity-dev qt6-connectivity-doc-html qt6-tools-dev qt6-tools-dev-tools
sudo apt install lcov libfuse2 qt6-base-dev qt6-base-doc-dev qt6-connectivity-dev qt6-tools-dev qt6-tools-dev-tools
- name: Install linuxdeploy
run: |
curl --create-dirs --location --output-dir /home/runner/.local/bin --remote-name-all \
Expand Down Expand Up @@ -85,6 +85,7 @@ jobs:
if-no-files-found: error

linux:
if: false
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -179,6 +180,7 @@ jobs:
if-no-files-found: error

mac:
if: false
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -288,6 +290,7 @@ jobs:
if-no-files-found: error

win:
if: false
runs-on: windows-latest
defaults: { run: { shell: cmd } }
strategy:
Expand Down

0 comments on commit 2db0fb3

Please sign in to comment.