mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Using a newer version of ubunut
This commit is contained in:
parent
39355cd1c4
commit
a192d9bdf6
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-16.04 # We are using an old version of ubuntu to have an old libc version (forward compatibility exist but not backward)
|
- os: ubuntu-18.04 #ubuntu-16.04 # We are using an old version of ubuntu to have an old libc version (forward compatibility exist but not backward)
|
||||||
runtime: linux-x64
|
runtime: linux-x64
|
||||||
artifact: linux
|
artifact: linux
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
@ -37,8 +37,8 @@ jobs:
|
|||||||
elif [[ "${{runner.os}}" == "macOS" ]]; then
|
elif [[ "${{runner.os}}" == "macOS" ]]; then
|
||||||
brew install ffmpeg
|
brew install ffmpeg
|
||||||
else
|
else
|
||||||
sudo add-apt-repository -y "deb http://azure.archive.ubuntu.com/ubuntu groovy main multiverse restricted universe"
|
# sudo add-apt-repository -y "deb http://azure.archive.ubuntu.com/ubuntu groovy main multiverse restricted universe"
|
||||||
sudo apt-get update -y
|
# sudo apt-get update -y
|
||||||
sudo apt-get install -y libavutil-dev libavcodec-dev libavformat-dev
|
sudo apt-get install -y libavutil-dev libavcodec-dev libavformat-dev
|
||||||
fi
|
fi
|
||||||
- name: Build the app
|
- name: Build the app
|
||||||
|
Loading…
x
Reference in New Issue
Block a user