Skip to content

Commit

Permalink
update ci.yml for build test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengjian526 committed Jan 21, 2024
1 parent 99d96b3 commit ecea995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
uses: actions/checkout@v2

- name: Configure CMake
working-directory: ${{github.workspace}}/build
working-directory: ${{github.workspace}}
run: cmake -B${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{ matrix.configuration }}

- name: Build
working-directory: ${{github.workspace}}/build
working-directory: ${{github.workspace}}
run: cmake --build ${{github.workspace}}/build --config ${{ matrix.configuration }}

0 comments on commit ecea995

Please sign in to comment.