Files
Anthias/.github/workflows/scripts
Viktor Petersson 409117f24b fix(ci): symlink bunx alongside bun in install script (#2865)
* fix(ci): symlink bunx alongside bun in install script

The pinned-version install script only laid down /usr/local/bin/bun,
but bun dispatches on argv[0] and the upstream bun.sh/install script
also creates a `bunx` symlink. Without it, scripts that invoke `bunx`
(e.g. website/package.json's css:build calling
`bunx @tailwindcss/cli`) fail with "bunx: command not found", which
has been breaking the Anthias.screenly.io deploy since #2854 landed.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* fix(ci): correct comment — bunx symlink comes from setup-bun

The previous commit message and inline comment attributed the bunx
symlink to bun.sh/install. That's wrong: the upstream installer only
lays down `bun`. The shim came from oven-sh/setup-bun, the action
this script replaced. Same fix, accurate provenance.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 11:57:38 +01:00
..