Yuriy S

Results 5 comments of Yuriy S

``` ubuntu-20.04 cuda: 12.2.0 method: network sub-packages: '["nvcc", "cudart"]' ``` 28s ``` windows-latest cuda: 12.2.0 method: network sub-packages: '["nvcc", "cudart", "visual_studio_integration"]' ``` 17m 36s @Jimver

It is `visual_studio_integration` component, that takes 20 minutes to install every time, other ones seems are pretty fast. v0.2.14

Just use `webfactory/ssh-agent` github action and add your private ssh key to it via env var. ``` - uses: webfactory/[email protected] with: ssh-private-key: ${{ secrets.YOUR_SSH_PRIVATE_KEY }} ``` Then in cmake fetch...

Is this something hard to implement, jesus, 4 yo issue. There is a cmake function `FetchContent_Declare` that allows to fetch sources during build stage - workaround for platforms that use...