Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
skhaz committed Oct 29, 2023
1 parent 927b3f8 commit 0e56af5
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,12 @@ jobs:
matrix:
config:
- name: macOS 13
shell: zsh
os: macos-latest
- name: Ubuntu
shell: bash
os: ubuntu-latest
- name: Windows 2022
shell: pwsh
os: windows-2022

defaults:
run:
shell: ${{ matrix.config.shell }}

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -66,7 +59,7 @@ jobs:
# if: matrix.config.name == 'Windows'
# run: call activate.bat
- name: Configure
run: cmake .. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release
run: cmake .. -DCMAKE_TOOLCHAIN_FILE="conan_toolchain.cmake" -DCMAKE_BUILD_TYPE=Release
working-directory: build

- name: Build
Expand Down

0 comments on commit 0e56af5

Please sign in to comment.