Skip to content

Commit

Permalink
CI config tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffamstutz committed Jan 13, 2025
1 parent 8e9c2e5 commit 2eb1227
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/configure_and_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
-DBUILD_EXAMPLES=ON
-DBUILD_HDANARI=OFF
-DBUILD_HELIDE_DEVICE=ON
-DBUILD_REMOTE_DEVICE=${{ inputs.os == 'ubuntu-latest' }}
-DBUILD_REMOTE_DEVICE=${{ inputs.os == 'ubuntu-20.04' }}
-DBUILD_TESTING=ON
-DBUILD_VIEWER=OFF
-DCMAKE_BUILD_TYPE=${{ inputs.config }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/anari_sdk_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
config: Debug
steps:
- name: Install Packages
if: ${{ matrix.os == 'ubuntu-20.04' }}
run: sudo apt install -y libboost-system-dev libpython3-dev
- name: Check out code
uses: actions/checkout@v4
Expand Down

0 comments on commit 2eb1227

Please sign in to comment.