Skip to content

Commit abf6115

Browse files
authored
Update kcpp-build-release-linux-rocm.yaml
1 parent 83db48d commit abf6115

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/kcpp-build-release-linux-rocm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
docker run --privileged \
4646
-v "${{ github.workspace }}:/workspace" \
4747
-w /workspace \
48+
-e KCPP_CUDA="ROCm" \
49+
-e BRANCH_NAME="${{ github.head_ref || github.ref_name }}" \
4850
rocm/dev-ubuntu-22.04:7.0-complete \
49-
-e "KCPP_CUDA=ROCm" \
50-
-e "BRANCH_NAME=${{ github.head_ref || github.ref_name }}" \
5151
bash -c "
5252
apt update &&
5353
DEBIAN_FRONTEND=noninteractive apt install -y git curl bzip2 python3-tk tcl tk &&

0 commit comments

Comments
 (0)