From e9d323defbc706d369ec4557efdf914109497239 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Mon, 1 Apr 2024 13:02:07 -0700 Subject: [PATCH] Fix Path --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 29869c83b49..b14e3ba486f 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -148,7 +148,7 @@ jobs: - uses: actions/checkout@v4 - name: Install CUDA shell: powershell - run: .\dependencies\windows_install_cuda.ps1 + run: .github\workflows\dependencies\windows_install_cuda.ps1 - name: Build & Install shell: cmd run: |