mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-31 01:33:44 -04:00
Revert "[gh-actions] Remove build of sqlite from MacOS workflow"
This reverts commit d159a8d5aacb41107ff94d643807efe791ae4d72.
This commit is contained in:
parent
0f33a896de
commit
7f6387ff59
12
.github/workflows/macos.yml
vendored
12
.github/workflows/macos.yml
vendored
@ -42,6 +42,18 @@ jobs:
|
|||||||
sudo make install
|
sudo make install
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
- name: Install sqlite
|
||||||
|
# Brew package does not have unlock-notify
|
||||||
|
run: |
|
||||||
|
wget https://www.sqlite.org/2020/sqlite-autoconf-3310100.tar.gz
|
||||||
|
tar xzf sqlite-autoconf-3310100.tar.gz
|
||||||
|
cd sqlite-autoconf-3310100
|
||||||
|
export CFLAGS='-DSQLITE_ENABLE_UNLOCK_NOTIFY=1'
|
||||||
|
./configure
|
||||||
|
make
|
||||||
|
sudo make install
|
||||||
|
cd ..
|
||||||
|
|
||||||
- name: Install ffmpeg
|
- name: Install ffmpeg
|
||||||
# The libbluray ffmpeg dependency fails without the chown (source: stackoverflow)
|
# The libbluray ffmpeg dependency fails without the chown (source: stackoverflow)
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user