Skip to content

Commit

Permalink
chore(ci): remove erroneous whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jan 15, 2025
1 parent 891c11f commit a9b735d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ jobs:

- name: setup mono
run: |
sudo apt install dirmngr ca-certificates gnupg
sudo apt install -y dirmngr ca-certificates gnupg
sudo gpg --homedir /tmp --no-default-keyring --keyring \
/usr/share/keyrings/mono-official-archive-keyring.gpg \
--keyserver hkp://keyserver.ubuntu.com:80 \
--recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF \
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
--keyserver hkp://keyserver.ubuntu.com:80 \
--recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
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
sudo apt update
sudo apt install -y mono-complete
Expand Down

0 comments on commit a9b735d

Please sign in to comment.