Skip to content

Commit

Permalink
Actions: Use Ubuntu image
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 committed Dec 31, 2023
1 parent 4cbaa91 commit eb758e3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ 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 eb758e3

Please sign in to comment.