mirror of
https://github.com/vonhyou/ray-tracer-comp371.git
synced 2025-06-07 23:12:00 +00:00
Update cmake-single-platform.yml
This commit is contained in:
parent
5a2a6c5a77
commit
6e8d9d4a72
1 changed files with 8 additions and 0 deletions
8
.github/workflows/cmake-single-platform.yml
vendored
8
.github/workflows/cmake-single-platform.yml
vendored
|
@ -22,6 +22,14 @@ jobs:
|
|||
steps:
|
||||
- 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
|
||||
# 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue