Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongseok-meta committed Nov 2, 2024
1 parent eb83108 commit 4a01297
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,21 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install FBX SDK
run: |
curl -O https://damassets.autodesk.net/content/dam/autodesk/www/files/fbx202037_fbxsdk_clang_mac.pkg.tgz
tar -xvf fbx202037_fbxsdk_clang_mac.pkg.tgz
sudo installer -pkg fbx202037_fbxsdk_clang_macos.pkg -target /
- name: Set up pixi
uses: prefix-dev/[email protected]
with:
cache: true

- name: Build and test Momentum
run: |
pixi run test${{ matrix.mode }}
MOMENTUM_BUILD_IO_FBX=ON \
pixi run test${{ matrix.mode }}
- name: Install Momentum and Build hello_world
run: |
Expand Down

0 comments on commit 4a01297

Please sign in to comment.