Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 22, 2023. It is now read-only.
/pythonnetPublic archive
forked frompythonnet/pythonnet

Commit170f33d

Browse files
committed
Update config.yml
1 parentfb8d8d7 commit170f33d

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-keysD3D831EF
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-keys3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
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)

[8]ページ先頭

©2009-2025 Movatter.jp