Skip to content

Commit

Permalink
Try a thing with CI
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Oct 2, 2024
1 parent 3f76363 commit 9adcc46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
apt update
apt install -y desktop-file-utils gettext gnome-settings-daemon gnome-settings-daemon-dev libadwaita-1-dev libdistinst-dev libgee-0.8-dev libgranite-7-dev libgtk-4-dev libxml2-dev libjson-glib-dev libpwquality-dev libxml2-utils meson valac
- name: Build and Test
env:
DESTDIR: out
run: |
meson setup build
ninja -C build install
Expand Down
2 changes: 1 addition & 1 deletion session/meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
autostartdir = get_option('sysconfdir') / 'xdg' / 'autostart'
desktop_file_install = find_program('desktop-file-install')
gsd_dir = gsd_dep.get_pkgconfig_variable('prefix')
gsd_dir = gsd_dep.get_variable(pkgconfig : 'prefix')
schemadir = get_option('datadir') / 'glib-2.0' / 'schemas'

gsd_components = [
Expand Down

0 comments on commit 9adcc46

Please sign in to comment.