Skip to content

Commit ccdb6a0

Browse files
committed
test native-linux-gnu again?
1 parent e5c5b77 commit ccdb6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/globals/test-extensions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ function quote2(string $param): string
158158
break;
159159
case 'ubuntu-24.04':
160160
case 'ubuntu-24.04-arm':
161-
putenv('SPC_TARGET=native-native');
161+
putenv('SPC_TARGET=native-linux-gnu');
162162
if (getenv('SPC_TARGET') && !str_contains((string) getenv('SPC_TARGET'), '-musl')) {
163163
$shared_cmd = ' --build-shared=' . quote2($shared_extensions) . ' ';
164164
}

0 commit comments

Comments
 (0)