Skip to content

Adding thirdparty libraries to vcpkg (#246) #452

Adding thirdparty libraries to vcpkg (#246)

Adding thirdparty libraries to vcpkg (#246) #452

name: CI-Linux-CUDA-Docker
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
NOTE_TO_SELF: "environments can not be passed from here to reused workflows!"
jobs:
linux-cuda-build-no-test:
uses: ./.github/workflows/build-test-lin-container.yml
with:
runner: 'ubuntu-20.04'
flav: Linux-Cuda
is-selfhosted: false
cuda: 'ON'
prep-cmd: 'echo skipping builder prep as I can not sudo'
skip-test: true
cache-path: '/github/home/.cache/vcpkg/archives'
nProc: 3