A SpaceTraders Agent
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

try to fix ci build

Altagos 26b4574a f5804352

+5 -11
+3 -6
ci/tasks/build.yml
··· 9 9 inputs: 10 10 - name: space 11 11 12 - caches: 13 - - path: .cache/zig/ 14 - 15 12 run: 16 13 dir: space 17 14 path: sh 18 15 args: 19 16 - -exc 20 17 - | 21 - mise trust > /dev/null 22 - mise install > /dev/null 23 - zig build --release=fast --summary all 18 + mise trust &> /dev/null 19 + mise install &> /dev/null 20 + zig build --summary all
+2 -5
ci/tasks/test.yml
··· 9 9 inputs: 10 10 - name: space 11 11 12 - caches: 13 - - path: ~/.cache/zig/ 14 - 15 12 run: 16 13 dir: space 17 14 path: sh 18 15 args: 19 16 - -exc 20 17 - | 21 - mise trust > /dev/null 22 - mise install > /dev/null 18 + mise trust &> /dev/null 19 + mise install &> /dev/null 23 20 zig build test --summary all