diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-12-01 12:45:48 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-12-01 12:45:48 +0100 |
commit | 511d823c2dc2b917afed6a9c50ad940e5c58c5d5 (patch) | |
tree | 5a00024b6818c300d3dfc322abc36d168e0cb35d /.github | |
parent | aa5184a5a2ea054944034bc1dc10124517aa1608 (diff) |
ci: no need to disable randomization under gdb
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/gdbscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/gdbscript b/.github/workflows/gdbscript index 6daff621..8330369a 100644 --- a/.github/workflows/gdbscript +++ b/.github/workflows/gdbscript @@ -1,5 +1,6 @@ #!/usr/bin/env false +set disable-randomization off run if $_isvoid ($_exitsignal) quit $_exitcode |