Skip to content

Commit

Permalink
Merge pull request #1 from flatpak/add-ci
Browse files Browse the repository at this point in the history
Another attempt to fix the ci build
  • Loading branch information
matthiasclasen authored Oct 28, 2019
2 parents 39da348 + 55b8cf7 commit 7d8d5be
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ jobs:
runs-on: ubuntu-18.04

steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: |
sudo add-apt-repository ppa:alexlarsson/glib260
sudo apt-get update
sudo apt-get install -y libglib2.0 gettext dbus gtk-doc-tools meson
- name: Check out libportal
uses: actions/checkout@v1
- name: Configure libportal
run: meson setup --prefix=/usr _build
- name: Build libportal
Expand Down

0 comments on commit 7d8d5be

Please sign in to comment.