Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eranturgeman committed Dec 18, 2024
1 parent 679931e commit a55bc1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@ jobs:
echo "deb https://download.mono-project.com/repo/ubuntu stable-focal main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
sudo apt-get update
sudo apt-get install -y mono-complete
if: matrix.os == 'ubuntu'
if: runner.os == 'Linux'
shell: 'bash'

- name: Install Pnpm
Expand Down

0 comments on commit a55bc1c

Please sign in to comment.