Skip to content

Commit

Permalink
Update to version v0.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimver committed Oct 9, 2024
1 parent c11f215 commit 28e983f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Add suffix to the log file name which gets uploaded as an artifact. This **has**
The log file already contains the OS type (Linux/Windows) and install method (local/network) but it is not aware of other matrix variables, so add those here.

For example if you use multiple linux distros:

```
jobs:
CI:
Expand Down Expand Up @@ -87,7 +88,7 @@ The path where cuda is installed (same as `CUDA_PATH` in `GITHUB_ENV`).

```yaml
steps:
- uses: Jimver/cuda-toolkit@v0.2.17
- uses: Jimver/cuda-toolkit@v0.2.18
id: cuda-toolkit
with:
cuda: '12.5.0'
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cuda-toolkit",
"version": "0.2.17",
"version": "0.2.18",
"description": "GitHub Action to install the NVIDIA CUDA Toolkit",
"main": "lib/main.js",
"scripts": {
Expand Down

0 comments on commit 28e983f

Please sign in to comment.