Skip to content

Commit b4dcff8

Browse files
committed
Adding a test to get an older version of USD
1 parent a0dc072 commit b4dcff8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/create-usd-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
matrix:
3636
os: ${{ fromJson(needs.prepare-matrix.outputs.matrix) }}
3737
steps:
38+
- uses: lukka/get-cmake@latest
39+
with:
40+
cmakeVersion: "~3.25.0"
41+
3842
- uses: actions/checkout@v4
3943

4044
- name: Check if artifact exists in 'USD-${{ github.event.inputs.usd_version }}-Artifacts' Release

0 commit comments

Comments
 (0)