fix/ci-pub #8

Merged
McPeakML merged 3 commits from fix/ci-pub into main 2026-06-12 11:54:10 -04:00

View file

@ -55,6 +55,9 @@ jobs:
runs-on: ubuntu-latest
container: oven/bun:1
steps:
- name: Install git
run: apt-get update && apt-get install -y git
- name: Checkout
uses: actions/checkout@v4