This commit is contained in:
Matthew McPeak 2026-06-12 11:56:49 -04:00
parent 29e9e834f9
commit fdf084dafa
Signed by: McPeakML
GPG key ID: 3D64A2E70F58D07C

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