There was an error while loading. Please reload this page.
1 parent 2d2299c commit 1c7b793Copy full SHA for 1c7b793
1 file changed
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Install radare2
31
id: r2
32
- uses: radareorg/github-actions@v2
+ uses: radareorg/github-actions@v3
33
34
- name: Build
35
run: make
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
55
- name: Install deps
56
run: pip install meson ninja --break-system-packages
@@ -73,7 +73,7 @@ jobs:
73
74
- name: Install radare2 from git
75
76
77
with:
78
from-git: true
79
@@ -98,7 +98,7 @@ jobs:
98
99
100
101
102
103
- name: Build Debian package
104
run: make -C dist/debian SUDO=
0 commit comments