We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4dcff8 commit dbb1b34Copy full SHA for dbb1b34
.github/workflows/ci.yml
@@ -47,6 +47,10 @@ jobs:
47
matrix: ${{fromJson(needs.prepare-matrix.outputs.matrix)}}
48
name: build (${{ matrix.os }}-${{ matrix.usd_version }}-${{ matrix.config }})
49
steps:
50
+ - uses: lukka/get-cmake@latest
51
+ with:
52
+ cmakeVersion: "~3.26.0"
53
+
54
- uses: actions/checkout@v4
55
- uses: ilammy/msvc-dev-cmd@v1
56
- name: Setup Python
.github/workflows/create-usd-release.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- uses: lukka/get-cmake@latest
39
with:
40
- cmakeVersion: "~3.25.0"
41
42
43
0 commit comments