Skip to content

Commit

Permalink
Action test
Browse files Browse the repository at this point in the history
  • Loading branch information
sunyab committed Jul 8, 2024
1 parent 9562005 commit 16e816e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Build USD

on:
push:
branches:
- action_test

jobs:
macOS:
runs-on: macos-12
timeout-minutes: 120
steps:
- name: Install USD
run: |
export PATH=/Applications/CMake.app/Contents/bin:/Library/Frameworks/Python.framework/Versions/3.11/bin:$PATH
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
export SYSTEM_VERSION_COMPAT=1
sudo pip3 install usd-core

0 comments on commit 16e816e

Please sign in to comment.