Skip to content

Commit 1b2609c

Browse files
committed
6.4
1 parent 895d47b commit 1b2609c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- name: Clone LLVM and AMD projects
2323
run: |
24-
git clone --depth 1 -b rocm-6.3.x https://github.com/ROCm/llvm-project ${{ github.workspace }}/llvm-project
24+
git clone --depth 1 -b rocm-6.4.0 --single-branch https://github.com/ROCm/llvm-project ${{ github.workspace }}/llvm-project
2525
cd ${{ github.workspace }}/llvm-project
2626
git checkout 669db884972e769450470020c06a6f132a8a065b
2727
rm -rf .git

0 commit comments

Comments
 (0)