Skip to content

Commit

Permalink
remove reference to matrix bindings to see if it works
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Dec 19, 2023
1 parent 2602fc2 commit 5cafda1
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions .github/workflows/Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,11 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Create build directory
run: md build
- name: Build
run: cd build
- name: cmd1
if: ${{ matrix.cmd1 }}
run: ${{ matrix.cmd1 }}
- name: cmd2
if: ${{ matrix.cmd2 }}
run: ${{ matrix.cmd2 }}
- name: cmd3
if: ${{ matrix.cmd3 }}
run: ${{ matrix.cmd3 }}
- name: Setup Visual Studio environment
run: |
run: |
md build
cd build
cmd /c "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ${{ matrix.arch }}
- name: configure
run: cmake -G "NMake Makefiles" ../
- name: make
run: nmake
cmake -G "NMake Makefiles" ../
nmake

0 comments on commit 5cafda1

Please sign in to comment.