Skip to content
Snippets Groups Projects
Commit 4d490a30 authored by Thomas Müller's avatar Thomas Müller
Browse files

Attempt to fix Linux CI

parent b76004c8
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ jobs:
TCNN_CUDA_ARCHITECTURES: ${{ matrix.arch }}
steps:
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install cmake gcc g++
run: sudo apt-get update && sudo apt-get install build-essential python3-dev python3-pip libopenexr-dev libglfw3-dev libglew-dev libomp-dev libxinerama-dev libxcursor-dev libxi-dev
- uses: actions/checkout@v2
with:
submodules: recursive
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment