Skip to content

Commit

Permalink
ops
Browse files Browse the repository at this point in the history
  • Loading branch information
azimafroozeh committed Sep 12, 2024
1 parent c0dcbe6 commit 041969c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
CXX: ${{ matrix.cxx }}

- name: Build
run: cmake --build ${{github.workspace}}/exmaple_build_${{ matrix.build_type }} -j 10
run: cmake --build ${{github.workspace}}/build_${{ matrix.build_type }} -j 10

- name: run cpp_example
run: ${{github.workspace}}/build_${{ matrix.build_type }}/example/cpp_example
Expand Down

0 comments on commit 041969c

Please sign in to comment.