Skip to content
This repository has been archived by the owner on Jan 12, 2025. It is now read-only.

Commit

Permalink
Update build-and-release-snapshots.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dclipca authored Apr 11, 2024
1 parent 0fae770 commit 7736be8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-release-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,20 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y cmake ninja-build
sudo apt-get install -y cmake ninja-build libgtk-3-dev
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
cache: true

- name: Verify CMake and Ninja Installation (Ubuntu)
- name: Verify CMake, Ninja, and GTK+ 3 Installation (Ubuntu)
if: matrix.os == 'ubuntu-latest'
run: |
cmake --version
ninja --version
pkg-config --modversion gtk+-3.0
- name: Build
run: ${{ matrix.build-command }}
Expand Down

0 comments on commit 7736be8

Please sign in to comment.