diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-04 21:39:44 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-04 21:39:44 +0100 |
| commit | 519c65f1e206ad18987219df8a98902235ffa484 (patch) | |
| tree | 382d9ecac353be3a7bfdafd10c37b7e9f598d7b6 /.github/workflows/gdbscript | |
| parent | 14167171aff17b9bc4b5531fffd3f729e12f8a59 (diff) | |
ci: fix gdbscript
Diffstat (limited to '.github/workflows/gdbscript')
| -rw-r--r-- | .github/workflows/gdbscript | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.github/workflows/gdbscript b/.github/workflows/gdbscript deleted file mode 100644 index b5d161f6..00000000 --- a/.github/workflows/gdbscript +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env false - -set disable-randomization off -catch throw -run -if $_isvoid ($_exitsignal) - quit $_exitcode -end -bt -entry-values if-needed -full -frame-arguments all -quit 1 |
