Merge branch 'Alexays:master' into dsp

This commit is contained in:
Kenny Phelps-McKeown 2022-08-01 03:30:45 +00:00 committed by GitHub
commit 9616df58da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View File

@ -4,14 +4,14 @@ on: [ push, pull_request ]
jobs: jobs:
clang: clang:
# Run actions in a FreeBSD vm on the macos-10.15 runner # Run actions in a FreeBSD VM on the macos-12 runner
# https://github.com/actions/runner/issues/385 - for FreeBSD runner support # https://github.com/actions/runner/issues/385 - for FreeBSD runner support
# https://github.com/actions/virtual-environments/issues/4060 - for lack of VirtualBox on MacOS 11 runners # https://github.com/actions/virtual-environments/issues/4060 - for lack of VirtualBox on MacOS 11 runners
runs-on: macos-10.15 runs-on: macos-12
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Test in FreeBSD VM - name: Test in FreeBSD VM
uses: vmactions/freebsd-vm@v0.1.7 # aka FreeBSD 13.1 uses: vmactions/freebsd-vm@v0
with: with:
mem: 2048 mem: 2048
usesh: true usesh: true

View File

@ -11,6 +11,7 @@
- Tray [#21](https://github.com/Alexays/Waybar/issues/21) - Tray [#21](https://github.com/Alexays/Waybar/issues/21)
- Local time - Local time
- Battery - Battery
- UPower
- Network - Network
- Bluetooth - Bluetooth
- Pulseaudio - Pulseaudio
@ -71,6 +72,7 @@ libmpdclient [MPD module]
libsndio [sndio module] libsndio [sndio module]
libevdev [KeyboardState module] libevdev [KeyboardState module]
xkbregistry xkbregistry
upower [UPower battery module]
``` ```
**Build dependencies** **Build dependencies**
@ -104,6 +106,7 @@ sudo apt install \
libspdlog-dev \ libspdlog-dev \
libwayland-dev \ libwayland-dev \
scdoc \ scdoc \
upower \
libxkbregistry-dev libxkbregistry-dev
``` ```