Skip to content

Commit

Permalink
bash
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm committed Nov 18, 2024
1 parent 3ffb0a2 commit adebb8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:

- name: Create build directories
run: mkdir _install _build _examples
shell: bash

- name: Construct CMake command and save it to environment
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ permissions:

jobs:
linux:
if: false
name: 'Linux.${{ matrix.build}}: ${{ matrix.label }}'
uses: ./.github/workflows/ci_steps.yml
with:
Expand Down Expand Up @@ -107,6 +108,7 @@ jobs:
vfx-cy: 2021

macOS:
if: false
name: 'macOS.${{ matrix.build}}: ${{ matrix.label }}'
uses: ./.github/workflows/ci_steps.yml
with:
Expand Down

0 comments on commit adebb8a

Please sign in to comment.