Skip to content

Commit 83245eb

Browse files
committed
Fix pixi crash on liblttng-ust-dev
1 parent 37e844b commit 83245eb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

robostack.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,10 @@ libhdf5-dev:
354354
libi2c-dev:
355355
robostack: [libi2c]
356356
liblttng-ust-dev:
357-
robostack: ["${{ \"lttng-ust\" if linux }}"]
357+
robostack:
358+
linux: [lttng-ust]
359+
osx: []
360+
win64: []
358361
libjpeg:
359362
robostack: [libjpeg-turbo]
360363
libjsoncpp:

0 commit comments

Comments
 (0)