Skip to content

Commit 891c11f

Browse files
committed
ci: add mono via apt
1 parent 15cc779 commit 891c11f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ jobs:
7575
/usr/share/keyrings/mono-official-archive-keyring.gpg \
7676
--keyserver hkp://keyserver.ubuntu.com:80 \
7777
--recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF \
78-
echo "deb [signed-by=/usr/share/keyrings/mono-official-archive-keyring.gpg] https://download.mono-project.com/repo/debian stable-buster main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
79-
sudo apt update
80-
sudo apt install -y mono-complete
78+
echo "deb [signed-by=/usr/share/keyrings/mono-official-archive-keyring.gpg] https://download.mono-project.com/repo/debian stable-buster main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
79+
sudo apt update
80+
sudo apt install -y mono-complete
8181
8282
8383
- name: Publish to Nuget

0 commit comments

Comments
 (0)