Skip to content

Commit 616f823

Browse files
committed
ci: use drgn 0.0.33
This ensures we have helpers with the latest fixes for the latest upstream kernels. Signed-off-by: Stephen Brennan <[email protected]>
1 parent e404983 commit 616f823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/litevm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Build and install drgn with CTF support
6363
run: |
6464
cd ..
65-
git clone https://github.com/brenns10/drgn -b ctf_0.0.32
65+
git clone https://github.com/brenns10/drgn -b ctf_0.0.33
6666
cd drgn
6767
../drgn-tools/venv/bin/pip install .
6868
- name: Run tests

0 commit comments

Comments
 (0)