Merge pull request #125 from theblobscp/master

Add dependency that made linux build fail
This commit is contained in:
NovaSquirrel 2022-09-20 10:35:44 -04:00 committed by GitHub
commit ddd2b63d7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ jobs:
- name: Set up dependencies
run: |
apt-get update
apt-get install -yq --no-install-recommends gnupg ca-certificates
apt-get install -yq --no-install-recommends gnupg ca-certificates libudev-dev
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb https://download.mono-project.com/repo/ubuntu stable-bionic main" | tee /etc/apt/sources.list.d/mono-official-stable.list
apt-get update