Skip to content

Commit

Permalink
revert last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored and tintou committed Apr 9, 2024
1 parent ae2f396 commit 84b381f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ jobs:
fail-fast: false
matrix:
version: [stable, unstable, development-target]
include:
- version: stable
mutter_pkg: libmutter-10-dev
- version: unstable
mutter_pkg: libmutter-10-dev
- version: development-target
mutter_pkg: libmutter-14-dev
container:
image: ghcr.io/elementary/docker:${{ matrix.version }}

Expand All @@ -32,7 +25,7 @@ jobs:
- name: Install Dependencies
run: |
apt update
apt install -y libgala-dev libgee-0.8-dev libgirepository1.0-dev libglib2.0-dev libgranite-dev libgtk-3-dev meson ${{ matrix.mutter_pkg }} valac
apt install -y libgala-dev libgee-0.8-dev libgirepository1.0-dev libglib2.0-dev libgranite-dev libgtk-3-dev meson valac
- name: Build
env:
DESTDIR: out
Expand Down

0 comments on commit 84b381f

Please sign in to comment.