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 895d47b commit 1b2609cCopy full SHA for 1b2609c
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- name: Clone LLVM and AMD projects
23
run: |
24
- git clone --depth 1 -b rocm-6.3.x https://github.com/ROCm/llvm-project ${{ github.workspace }}/llvm-project
+ git clone --depth 1 -b rocm-6.4.0 --single-branch https://github.com/ROCm/llvm-project ${{ github.workspace }}/llvm-project
25
cd ${{ github.workspace }}/llvm-project
26
git checkout 669db884972e769450470020c06a6f132a8a065b
27
rm -rf .git
0 commit comments