Skip to content

Commit 73c1005

Browse files
committed
6.3.3
1 parent 905cf24 commit 73c1005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
steps:
2222
- name: Clone LLVM and AMD projects
2323
run: |
24-
git clone --depth 1 -b rocm-6.4.0 --single-branch https://github.com/ROCm/llvm-project ${{ github.workspace }}/llvm-project
24+
git clone --depth 1 -b rocm-6.3.3 --single-branch https://github.com/ROCm/llvm-project ${{ github.workspace }}/llvm-project
2525
cd ${{ github.workspace }}/llvm-project
26-
git checkout c7fe45cf4b819c5991fe208aaa96edf142730f1d
26+
git checkout e5bf7e55c91490b07c49d8960fa7983d864936c4
2727
rm -rf .git
2828
- name: Install build dependencies
2929
run: |

0 commit comments

Comments
 (0)