Skip to content

Commit 62a8271

Browse files
committed
feat: adjust arm64 action scripts
1 parent 11e59e2 commit 62a8271

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/build-linux-arm64.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ jobs:
4747
sudo apt-get install -y libc++-dev libc++abi-dev libx11-dev
4848
4949
- 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
5250
run: |
5351
cmake \
5452
-B ${{github.workspace}}/build \

0 commit comments

Comments
 (0)