Update cmake-single-platform.yml

This commit is contained in:
Shuo Feng 2024-01-28 20:26:45 -05:00 committed by GitHub
parent 5a2a6c5a77
commit 6e8d9d4a72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,14 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Setup Eigen3
# You may pin to the exact commit or the version.
# uses: kupns-aka-kupa/setup-eigen3@66f8187cf6fdecffecdb8308af9c0d01ec29c36d
uses: kupns-aka-kupa/setup-eigen3@v1
with:
# Eigen3 version
version: 3.4.0 # optional, default is latest
- name: Configure CMake - name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make. # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type # See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type