Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
making build directory on linux
  • Loading branch information
scottenglert committed Apr 13, 2022
1 parent 0b4ac31 commit a80f87d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ jobs:

- name: Configure CMake
run: |
mkdir build
cmake -B ./build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DMAYA_VERSION=${{matrix.maya}} -DMAYA_DEVKIT_ROOT="/usr/autodesk/devkitBase"
- name: Build
Expand Down

0 comments on commit a80f87d

Please sign in to comment.