Skip to content

Commit

Permalink
hopefully now again?
Browse files Browse the repository at this point in the history
  • Loading branch information
briedel committed Sep 18, 2024
1 parent e8996e3 commit b066995
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
run: echo "CUDA_VERSION=${{github.event.inputs.cuda_version || env.CUDA_VERSION_DEFAULT}}" >> $GITHUB_ENV
- name: set short CUDA version
id: cuda_short
run: echo "CUDA_VERSION_SHORT=${{github.event.inputs.cuda_version%.* || env.CUDA_VERSION_DEFAULT%.*}}" >> $GITHUB_ENV
run: short="${{github.event.inputs.cuda_version || env.CUDA_VERSION_DEFAULT}%.*}
echo "CUDA_VERSION_SHORT=${short}" >> $GITHUB_ENV
-
name: set CUDNN version
id: cudnn
Expand Down

0 comments on commit b066995

Please sign in to comment.