-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #163 from AcademySoftwareFoundation/build-script-t…
…weaks Build script tweaks
- Loading branch information
Showing
2 changed files
with
37 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -175,7 +175,6 @@ jobs: | |
if: matrix.ostype == 'mac' | ||
with: | ||
python-version: '3.11' | ||
cache: 'pip' | ||
|
||
- name: Install Conan | ||
id: conan | ||
|
@@ -216,16 +215,14 @@ jobs: | |
linux-local-args: '["--toolkit"]' | ||
|
||
- name: Install CUDA Toolkit | ||
uses: Jimver/[email protected].14 | ||
uses: Jimver/[email protected].16 | ||
id: cuda-toolkit-win | ||
if: matrix.ostype == 'windows' && matrix.cuda == true | ||
with: | ||
cuda: '12.1.0' | ||
# Need CUDA >= 12.4 to support recent VS2022 (17.10 and later, MSVC 19.40) | ||
cuda: '12.4.1' | ||
method: 'network' | ||
sub-packages: '["nvcc", "cudart"]' | ||
# workaround for cuda-toolkit action bug https://github.com/Jimver/cuda-toolkit/issues/315 | ||
use-github-cache: false | ||
use-local-cache: false | ||
|
||
# - name: Install system dependencies (CentOS) | ||
# run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters