Skip to content

Commit

Permalink
#283: Update cache name for NVCC workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable committed Mar 22, 2023
1 parent 8f83442 commit 3a943ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage-nvcc-11-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
message("::set-output name=timestamp::${current_date}")
- uses: actions/cache@v1
env:
cache-name: ubuntu-11.2.0-cache
cache-name: ubuntu-nvcc-11.2.0-cache
with:
path: ${{ env.BUILD_ROOT }}/ccache
key: ${{ runner.os }}-${{ env.cache-name }}-${{ steps.cache_ts.outputs.timestamp }}
Expand Down
1 change: 1 addition & 0 deletions scripts/workflows.ini
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ distro = 22.04
test_configuration = "nvcc-11.2, ubuntu, mpich"
compiler_type = nvidia
compiler = 11.2.0
cache_name = "[% linux %]-nvcc-[% compiler %]-cache"
output_name = .github/workflows/dockerimage-nvcc-11-ubuntu-mpich.yml
checkpoint_asan = 0
checkpoint_serialization_error_checking = 0
Expand Down

0 comments on commit 3a943ff

Please sign in to comment.