Skip to content

Commit

Permalink
Actions: Use Ubuntu image (#12)
Browse files Browse the repository at this point in the history
We don't depend on any elementary modules, so using their image is meaningless here
  • Loading branch information
ryonakano authored Dec 31, 2023
1 parent 4cbaa91 commit 000a8be
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ jobs:
build:

runs-on: ubuntu-latest

container:
image: elementary/docker:stable
image: ubuntu:22.04

steps:
- uses: actions/checkout@v4
- name: Install Dependencies
run: |
apt update
apt install -y libglib2.0-dev meson valac
- name: Build
env:
DESTDIR: out
Expand Down

0 comments on commit 000a8be

Please sign in to comment.