We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 180bb3a commit 3b0248bCopy full SHA for 3b0248b
1 file changed
.github/workflows/main.yml
@@ -12,16 +12,16 @@ on:
12
13
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
14
jobs:
15
- debian-12:
+ debian-13:
16
runs-on: ubuntu-latest
17
- name: Debian 12
18
- container: debian:12
+ name: Debian 13
+ container: debian:13
19
steps:
20
- name: Build Asterisk
21
run: |
22
cd /usr/src
23
apt-get update -y
24
- apt-get install -y wget
+ apt-get install -y wget valgrind
25
wget https://raw.githubusercontent.com/InterLinked1/phreakscript/refs/heads/master/phreaknet.sh
26
chmod +x phreaknet.sh
27
./phreaknet.sh make
@@ -46,6 +46,7 @@ jobs:
46
make install
47
make examples
48
./simpleami
49
+ valgrind --error-exitcode=1 ./simpleami
50
fedora-42:
51
runs-on: ubuntu-24.04
52
name: Fedora 42
0 commit comments