Skip to content

Commit

Permalink
Fix linux build reprise
Browse files Browse the repository at this point in the history
  • Loading branch information
zmerp committed Dec 1, 2024
1 parent 1f327f3 commit ada1019
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,9 @@ jobs:
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 libpipewire-0.3-dev libspa-0.2-dev
cp alvr/xtask/deb/cuda.pc /usr/share/pkgconfig
cargo xtask prepare-deps --platform linux --gpl
cargo xtask bump --nightly
cargo xtask build-streamer --gpl --ci
cargo xtask build-streamer --gpl
tar -czvf ./build/alvr_streamer_linux.tar.gz -C ./build alvr_streamer_linux
- name: Upload linux streamer
Expand Down

0 comments on commit ada1019

Please sign in to comment.