Skip to content

Commit

Permalink
NVEnc.auoのビルドを修正。
Browse files Browse the repository at this point in the history
  • Loading branch information
rigaya committed Feb 13, 2025
1 parent 18eedc9 commit 17c6908
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,7 @@ jobs:
set VAPOURSYNTH_SDK=${{ github.workspace }}\..\vapoursynth
set OPENCL_HEADERS=${{ github.workspace }}\..\openclheaders
set CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v${{ matrix.cuda_ver_major }}.${{ matrix.cuda_ver_minor }}
if "${{ matrix.cuda_ver_major }}" == "10" set CUDA_PATH_V10_1=%CUDA_PATH%
if "${{ matrix.cuda_ver_major }}" == "11" set CUDA_PATH_V11_1=%CUDA_PATH%
set CUDA_PATH_V11_8=%CUDA_PATH%
msbuild NVEnc.sln /t:build /p:configuration=Release /p:Platform=${{ matrix.platform }} -maxcpucount
- name: Download auo_setup
Expand Down

0 comments on commit 17c6908

Please sign in to comment.