Skip to content

Commit

Permalink
Less code
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort committed Aug 6, 2023
1 parent 6f55980 commit 1ab05c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: python -m pip install jinja2

- name: configure
run: mkdir build && cd build && cmake -DWITH_JAVA=OFF -DCMAKE_TOOLCHAIN_FILE=${{ runner.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake -DVCPKG_INSTALL_OPTIONS=--clean-after-build ..
run: cmake -S . -B build -DWITH_JAVA=OFF -DCMAKE_TOOLCHAIN_FILE=${{ runner.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake -DVCPKG_INSTALL_OPTIONS=--clean-after-build

- name: build
working-directory: build
Expand Down

0 comments on commit 1ab05c4

Please sign in to comment.