Skip to content

Commit

Permalink
run in container
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillich committed Jan 21, 2024
1 parent dbccce5 commit c5caf22
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,12 @@ permissions:
jobs:
goreleaser:
runs-on: ubuntu-latest
container:
image: ubuntu:24.04
steps:
- name: Install dependencies
# libadwaita-1-dev
run: |
sudo apt install -y libgtk-4-dev libgtksourceview-5-dev meson
git clone --depth 1 --branch 2.76.6 https://gitlab.gnome.org/GNOME/glib.git ${{ runner.temp }}/glib
cd ${{ runner.temp }}/glib && meson setup _build && meson compile -C _build && sudo ninja -C _build install
git clone --depth 1 --branch 1.4.2 https://gitlab.gnome.org/GNOME/libadwaita.git ${{ runner.temp }}/libadwaita
cd ${{ runner.temp }}/libadwaita && meson setup _build && meson compile -C _build && sudo ninja -C _build install
sudo apt install -y libgtk-4-dev libgtksourceview-5-dev libadwaita-1-dev
- name: Checkout
uses: actions/checkout@v4
with:
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

A modern, native Kubernetes desktop client.

## Requirements

- libadwaita 1.4+
- gtksourceview 5

## License

This Source Code Form is subject to the terms of the Mozilla Public
Expand Down

0 comments on commit c5caf22

Please sign in to comment.