mirror of
https://github.com/scorpion-26/gBar.git
synced 2024-11-24 12:12:09 +00:00
SNI: Fix CI
This commit is contained in:
parent
1241d7c87c
commit
8e953f985b
2 changed files with 13 additions and 10 deletions
22
.github/workflows/build.yml
vendored
22
.github/workflows/build.yml
vendored
|
@ -20,14 +20,16 @@ jobs:
|
|||
- name: Download pacman packages
|
||||
run: |
|
||||
pacman -Syu --noconfirm base-devel gcc git ninja meson gtk-layer-shell pulseaudio wayland
|
||||
|
||||
|
||||
- name: Download gBar
|
||||
uses: actions/checkout@v3.3.0
|
||||
|
||||
uses: actions/checkout@v3.3.0
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Run meson
|
||||
run: |
|
||||
meson setup build
|
||||
|
||||
|
||||
- name: Build gBar
|
||||
run: |
|
||||
ninja -C build
|
||||
|
@ -35,14 +37,14 @@ jobs:
|
|||
name: Build using Nix
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Download gBar
|
||||
uses: actions/checkout@v3.3.0
|
||||
|
||||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v20
|
||||
|
||||
|
||||
- name: Download gBar
|
||||
uses: actions/checkout@v3.3.0
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Build Nix flake
|
||||
run: |
|
||||
nix build --print-build-logs
|
||||
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
gtk3
|
||||
gtk-layer-shell
|
||||
libpulseaudio
|
||||
stb
|
||||
];
|
||||
});
|
||||
in {
|
||||
|
|
Loading…
Reference in a new issue