We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b665cd2 commit c06a5d8Copy full SHA for c06a5d8
.github/workflows/unit_testing.yml
@@ -63,7 +63,7 @@ jobs:
63
uses: actions/checkout@v4
64
with:
65
path: SWMM
66
-
+
67
- name: Checkout VCPKG
68
69
@@ -74,7 +74,8 @@ jobs:
74
- name: Install OpenMP on MacOS
75
if: ${{ matrix.os == 'macos-latest' || matrix.os == 'macos-13' }}
76
run: |
77
- brew reinstall --build-from-source libomp
+ # brew reinstall --build-from-source libomp
78
+ brew reinstall libomp
79
brew link --force --overwrite libomp
80
81
@@ -114,7 +115,7 @@ jobs:
114
115
brew install mono
116
117
- name: Install NuGet
- if: ${{ matrix.os == 'windows-latest' }}
118
+ if: ${{ matrix.os != 'windows-latest' }}
119
120
mono --version
121
wget https://dist.nuget.org/win-x86-commandline/latest/nuget.exe -O /usr/local/bin/nuget.exe
0 commit comments