Skip to content

Commit c06a5d8

Browse files
committed
Unit testing workflow #204, #162, #163, #184, #180, #165, #31
Signed-off-by: Caleb <[email protected]>
1 parent b665cd2 commit c06a5d8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/unit_testing.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
uses: actions/checkout@v4
6464
with:
6565
path: SWMM
66-
66+
6767
- name: Checkout VCPKG
6868
uses: actions/checkout@v4
6969
with:
@@ -74,7 +74,8 @@ jobs:
7474
- name: Install OpenMP on MacOS
7575
if: ${{ matrix.os == 'macos-latest' || matrix.os == 'macos-13' }}
7676
run: |
77-
brew reinstall --build-from-source libomp
77+
# brew reinstall --build-from-source libomp
78+
brew reinstall libomp
7879
brew link --force --overwrite libomp
7980
8081
@@ -114,7 +115,7 @@ jobs:
114115
brew install mono
115116
116117
- name: Install NuGet
117-
if: ${{ matrix.os == 'windows-latest' }}
118+
if: ${{ matrix.os != 'windows-latest' }}
118119
run: |
119120
mono --version
120121
wget https://dist.nuget.org/win-x86-commandline/latest/nuget.exe -O /usr/local/bin/nuget.exe

0 commit comments

Comments
 (0)