fix forgejo bun path for ci scripts
Some checks failed
CI / Validate (push) Failing after 1m3s

This commit is contained in:
dirtydishes 2026-05-30 01:37:43 -04:00
parent c80d88bc5f
commit e5867e6f73

View file

@ -30,6 +30,7 @@ jobs:
apt-get install --yes --no-install-recommends curl unzip apt-get install --yes --no-install-recommends curl unzip
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
curl -fsSL https://bun.sh/install | bash curl -fsSL https://bun.sh/install | bash
echo "$HOME/.bun/bin" >> "$GITHUB_PATH"
~/.bun/bin/bun --version ~/.bun/bin/bun --version
- name: Install dependencies - name: Install dependencies