Skip to content

Commit bc2b2cf

Browse files
Remove CI workaround for CMake 4+ (AcademySoftwareFoundation#2488)
This changelist removes a workaround in GitHub CI for the requirements of CMake 4+, which have now been met by updating to a newer version of NanoGUI.
1 parent 48766ca commit bc2b2cf

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,6 @@ jobs:
179179
if: matrix.python != 'None'
180180
run: pip install setuptools
181181

182-
- name: Install CMake
183-
uses: lukka/get-cmake@28983e0d3955dba2bb0a6810caae0c6cf268ec0c # v4.0.0
184-
with:
185-
cmakeVersion: 3.26
186-
187182
- name: Run Clang Format
188183
if: matrix.clang_format == 'ON'
189184
run: find source \( -name *.h -o -name *.cpp -o -name *.mm -o -name *.inl \) ! -path "*/External/*" ! -path "*/NanoGUI/*" | xargs clang-format -i --verbose

0 commit comments

Comments
 (0)