We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e92e8e1 commit 8c389acCopy full SHA for 8c389ac
.github/workflows/build_macos.yml
@@ -37,6 +37,6 @@ jobs:
37
- name: Cpplint
38
run: cmake -P cmake/cpplint.cmake
39
- name: Configure
40
- run: cmake -B build -A arm64 -D DOWNLOAD_DATASETS=OFF
+ run: cmake -B build -D DOWNLOAD_DATASETS=OFF
41
- name: Build tutorials
42
run: cmake --build build --parallel 4
0 commit comments