Random Ray AutoMagic Setup (#3351)

Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
John Tramm 2025-04-01 21:47:49 -05:00 committed by GitHub
parent 24655dfd5d
commit b67771a3d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 1239 additions and 88 deletions

View file

@ -81,6 +81,11 @@ jobs:
RDMAV_FORK_SAFE: 1
steps:
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: '3.31'
- name: Checkout repository
uses: actions/checkout@v4
with: