Skip to content

Commit

Permalink
Update meson.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgsga committed Mar 1, 2024
1 parent 455a6ea commit f4e2091
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ env:
jobs:
build-ubuntu:
if: false
name: Ubuntu
runs-on: ubuntu-22.04
container:
Expand Down Expand Up @@ -207,7 +208,7 @@ jobs:
run: cd build && meson test

build-omnios:
if: false

name: "OmniOS"
runs-on: ubuntu-22.04
permissions:
Expand All @@ -227,8 +228,8 @@ jobs:
tar -zxpf bootstrap-trunk-x86_64-20230910.tar.gz -C /
echo "export PATH="/opt/local/sbin:/opt/local/bin:$PATH"" >> .profile
source .profile
pip install meson
/opt/local/bin/pkgin -y install \
meson \
avahi \
db5 \
gnome-tracker \
Expand Down

0 comments on commit f4e2091

Please sign in to comment.