Skip to content

Commit

Permalink
ci tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinklebear committed Dec 28, 2024
1 parent 595bdf4 commit 87352d4
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
env:
PACKAGE_NAME: chameleonrt-ubuntu2204-x86_64

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand All @@ -42,10 +42,10 @@ jobs:
- name: Setup CUDA
run: |
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.0-1_all.deb
sudo dpkg -i cuda-keyring_1.0-1_all.deb
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.1-1_all.deb
sudo dpkg -i cuda-keyring_1.1-1_all.deb
sudo apt-get update
sudo apt-get -y install cuda
sudo apt-get -y install cuda-toolkit
# Provides VulkanSDK for Windows and OptiX for Windows/Linux
- name: Fetch RT CI Dependencies
Expand Down Expand Up @@ -225,13 +225,6 @@ jobs:
wget https://github.com/oneapi-src/oneTBB/releases/download/v${TBB_VERSION}/oneapi-tbb-${TBB_VERSION}-mac.tgz
tar -xf oneapi-tbb-${TBB_VERSION}-mac.tgz
# Clean up python and other stuff we don't need so the right python can be installed with brew
- name: Cleanup Python
run: |
brew uninstall azure-cli
brew uninstall --ignore-dependencies python
brew install --force --overwrite [email protected]
- name: Setup ISPC
run: brew install ispc

Expand Down

0 comments on commit 87352d4

Please sign in to comment.