Skip to content

Commit

Permalink
[release] no more fking optix
Browse files Browse the repository at this point in the history
  • Loading branch information
archibate committed Jun 20, 2022
1 parent e73cc9f commit ca55c86
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 39 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
env:
CXX: ${{ matrix.cxx }}
VCPKG_DEFAULT_TRIPLET: ${{ needs.check.outputs.vcpkg == 'true' && matrix.triplet || '' }}
OPTIX_PATH: ${{github.workspace}}/optix-sdk

steps:
- name: Checkout Repo
Expand Down Expand Up @@ -79,10 +78,6 @@ jobs:
with:
cuda: 11.5.1

- name: Install OptiX
if: ${{ matrix.gpu == 'cuda' }}
run: python misc/ci/optix.py

- name: Setup Vcpkg
uses: lukka/run-vcpkg@v10
if: ${{ needs.check.outputs.vcpkg == 'true' }}
Expand Down
34 changes: 0 additions & 34 deletions misc/ci/optix.py

This file was deleted.

0 comments on commit ca55c86

Please sign in to comment.