We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83db48d commit abf6115Copy full SHA for abf6115
.github/workflows/kcpp-build-release-linux-rocm.yaml
@@ -45,9 +45,9 @@ jobs:
45
docker run --privileged \
46
-v "${{ github.workspace }}:/workspace" \
47
-w /workspace \
48
+ -e KCPP_CUDA="ROCm" \
49
+ -e BRANCH_NAME="${{ github.head_ref || github.ref_name }}" \
50
rocm/dev-ubuntu-22.04:7.0-complete \
- -e "KCPP_CUDA=ROCm" \
- -e "BRANCH_NAME=${{ github.head_ref || github.ref_name }}" \
51
bash -c "
52
apt update &&
53
DEBIAN_FRONTEND=noninteractive apt install -y git curl bzip2 python3-tk tcl tk &&
0 commit comments