Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Update runtime dependencies:
- artifact
- core
- cache
- io
- semver
- ncc
  • Loading branch information
Jimver committed Jan 6, 2024
1 parent c2ffeaf commit f9ebae1
Show file tree
Hide file tree
Showing 9 changed files with 92,974 additions and 25,655 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,15 @@ jobs:
method: ${{matrix.method}}
sub-packages: '["nvcc"]'
non-cuda-sub-packages: '["libcublas"]'
log-file-suffix: 'nvcc-libcublas'

- name: Run the action on this runner with nvcc subpackage only (Windows)
if: runner.os == 'Windows'
uses: ./
with:
method: ${{matrix.method}}
sub-packages: '["nvcc"]'
log-file-suffix: 'nvcc'

- name: Test if nvcc is available
run: nvcc -V
Expand Down
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ inputs:
description: 'Use local cache to cache downloaded installer on the local runner'
required: false
default: 'true'
log-file-suffix:
description: 'Suffix of log file name in artifact'
required: false
default: 'log.txt'
runs:
using: 'node16'
main: dist/index.js
Expand Down
Loading

0 comments on commit f9ebae1

Please sign in to comment.