Skip to content

Commit

Permalink
Unit testing workflow #204, #162, #163, #184, #180, #165, #31
Browse files Browse the repository at this point in the history
Signed-off-by: Caleb <calebgh@gmail.com>
  • Loading branch information
cbuahin committed Mar 3, 2025
1 parent b665cd2 commit c06a5d8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/unit_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: actions/checkout@v4
with:
path: SWMM

- name: Checkout VCPKG
uses: actions/checkout@v4
with:
Expand All @@ -74,7 +74,8 @@ jobs:
- name: Install OpenMP on MacOS
if: ${{ matrix.os == 'macos-latest' || matrix.os == 'macos-13' }}
run: |
brew reinstall --build-from-source libomp
# brew reinstall --build-from-source libomp
brew reinstall libomp
brew link --force --overwrite libomp
Expand Down Expand Up @@ -114,7 +115,7 @@ jobs:
brew install mono
- name: Install NuGet
if: ${{ matrix.os == 'windows-latest' }}
if: ${{ matrix.os != 'windows-latest' }}
run: |
mono --version
wget https://dist.nuget.org/win-x86-commandline/latest/nuget.exe -O /usr/local/bin/nuget.exe
Expand Down

0 comments on commit c06a5d8

Please sign in to comment.