Skip to content

Commit

Permalink
Update nightly-release.yml to pull nv-codec-headers (#7)
Browse files Browse the repository at this point in the history
I added it everywhere it looks like it needs to go.
  • Loading branch information
Killrmemz authored Sep 14, 2023
1 parent bd49dcf commit 431fc1c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,10 @@ jobs:
sudo add-apt-repository universe
sudo apt-get update
sudo apt-get install libfuse2 build-essential pkg-config nasm libva-dev libdrm-dev libvulkan-dev libx264-dev libx265-dev cmake libasound2-dev libjack-jackd2-dev libxrandr-dev libunwind-dev libffmpeg-nvenc-dev nvidia-cuda-toolkit libgtk-3-dev
git clone https://github.com/FFmpeg/nv-codec-headers.git
cd nv-codec-headers/
sudo make install
cd ..
cp alvr/xtask/deb/cuda.pc /usr/share/pkgconfig
cargo xtask prepare-deps --platform linux
Expand Down Expand Up @@ -270,6 +274,10 @@ jobs:
sudo add-apt-repository universe
sudo apt-get update
sudo apt-get install libfuse2 build-essential pkg-config nasm libva-dev libdrm-dev libvulkan-dev libx264-dev libx265-dev cmake libasound2-dev libjack-jackd2-dev libxrandr-dev libunwind-dev libffmpeg-nvenc-dev nvidia-cuda-toolkit libgtk-3-dev
git clone https://github.com/FFmpeg/nv-codec-headers.git
cd nv-codec-headers/
sudo make install
cd ..
cp alvr/xtask/deb/cuda.pc /usr/share/pkgconfig
cargo xtask prepare-deps --platform linux
Expand Down Expand Up @@ -309,6 +317,10 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install build-essential libgtk-3-dev
git clone https://github.com/FFmpeg/nv-codec-headers.git
cd nv-codec-headers/
sudo make install
cd ..
- name: Build and package ALVR
env:
Expand Down

0 comments on commit 431fc1c

Please sign in to comment.