Skip to content

Commit

Permalink
boost and glew aren't needed
Browse files Browse the repository at this point in the history
  • Loading branch information
szellmann committed Nov 2, 2024
1 parent 224a202 commit b723c0b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/anari-visionaray-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ jobs:
echo "/usr/local/cuda-12.6/bin" >> $GITHUB_PATH
echo "LD_LIBRARY_PATH=/usr/local/cuda-12.6/lib64:$LD_LIBRARY_PATH" >> $GITHUB_ENV
- name: Install Packages
if: ${{ matrix.os == 'ubuntu-24.04' }}
run: |
sudo apt update
sudo apt install -y libglew-dev libboost-all-dev
- name: Checkout ANARI-SDK
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit b723c0b

Please sign in to comment.