Skip to content

Commit 9c693e2

Browse files
temp rm debian
1 parent b3213f8 commit 9c693e2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/meson_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217

218218
strategy:
219219
matrix:
220-
distro: [ubuntu, debian, fedora, archlinux]
220+
distro: [ubuntu, fedora, archlinux]
221221

222222
steps:
223223
- name: Checkout code

code/logic/testing.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ const char *timeout_messages[] = {
281281

282282
jmp_buf test_jump_buffer; // This will hold the jump buffer for longjmp
283283

284+
284285
// Custom implementation of strdup to avoid warnings on some platforms
285286
char *_custom_fossil_test_strdup(const char *str) {
286287
size_t len = strlen(str) + 1;

0 commit comments

Comments
 (0)