Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Commit 170f33d

Browse files
committed
Update config.yml
1 parent fb8d8d7 commit 170f33d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ jobs:
3939
- run:
4040
name: install mono
4141
command: |
42-
sudo apt install gnupg ca-certificates
43-
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys D3D831EF
44-
echo "deb https://download.mono-project.com/repo/debian stable-xenial main" | sudo tee /etc/apt/sources.list.d/mono-stable.list
45-
sudo apt update
46-
sudo apt install mono-complete mono-devel
47-
mono --version
42+
sudo apt install apt-transport-https dirmngr gnupg ca-certificates
43+
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
44+
echo "deb https://download.mono-project.com/repo/debian stable-stretch main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
45+
sudo apt update
46+
sudo apt install mono-devel
47+
mono --version
4848
4949
- run:
5050
name: Install 7z, unrar

0 commit comments

Comments
 (0)