Skip to content

Commit

Permalink
comment out windows build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
finger563 committed Jul 30, 2024
1 parent d9cd3da commit d61bd66
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/build_libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@ on:
workflow_dispatch:

jobs:
build_windows:
# build_windows:

runs-on: windows-latest
continue-on-error: false
# runs-on: windows-latest
# continue-on-error: false

steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
submodules: 'recursive'
fetch-depth: 0
# steps:
# - name: Checkout repo
# uses: actions/checkout@v4
# with:
# submodules: 'recursive'
# fetch-depth: 0

- name: Build libraries
working-directory: lib/
run: |
mkdir build
cd build
cmake ..
cmake --build .
cmake --install .
# - name: Build libraries
# working-directory: lib/
# run: |
# mkdir build
# cd build
# cmake ..
# cmake --build .
# cmake --install .

build_linux:

Expand Down

0 comments on commit d61bd66

Please sign in to comment.