We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11e59e2 commit 62a8271Copy full SHA for 62a8271
1 file changed
.github/workflows/build-linux-arm64.yml
@@ -47,8 +47,6 @@ jobs:
47
sudo apt-get install -y libc++-dev libc++abi-dev libx11-dev
48
49
- name: Configure CMake
50
- # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
51
- # See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
52
run: |
53
cmake \
54
-B ${{github.workspace}}/build \
0 commit comments