Skip to content

Commit

Permalink
win
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgiving committed Aug 13, 2022
1 parent 5bac897 commit 9d17153
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/workflow.yaml
Expand Up @@ -36,7 +36,7 @@ jobs:
#windows-2016,
windows-2019,
#windows-2022,
macos-10.15,
#macos-10.15,
#macos-11,
]
runs-on: ${{ matrix.os }}
Expand All @@ -48,7 +48,8 @@ jobs:
mkdir build
cd build
cmake -DENABLE_ADE_TESTING=ON -DCMAKE_BUILD_TYPE=Release ..
make -j
mingw32-make -f makefile.txt
#make -j
- name: ADE-Test Stage
run: ./build/bin/ade-tests
Expand Down

0 comments on commit 9d17153

Please sign in to comment.