Skip to content

Commit 448e19c

Browse files
authored
Fix Nuget tests for mac (jfrog#551)
1 parent 7f71cdb commit 448e19c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/actions/install-and-setup/action.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ runs:
5353
uses: actions/setup-dotnet@v4
5454
with:
5555
dotnet-version: '6.x'
56+
57+
- name: Install Mono on MacOS
58+
run: brew install mono
59+
if: runner.os == 'macOS'
60+
shell: 'bash'
61+
5662
- name: Install Mono on Linux
5763
run: |
5864
sudo apt-get update
@@ -64,7 +70,7 @@ runs:
6470
6571
if: runner.os == 'Linux'
6672
shell: 'bash'
67-
73+
6874
- name: Setup Python3
6975
uses: actions/setup-python@v5
7076
with:

0 commit comments

Comments
 (0)