update github action

This commit is contained in:
JasterV 2025-06-05 22:05:30 +02:00
parent 622dab44cd
commit 8448ad4a9f

View file

@ -13,6 +13,11 @@ jobs:
- name: 🚚 Get latest code
uses: actions/checkout@v4
# https://d2lang.com/tour/install/
- name: Install D2
run: |
curl -fsSL https://d2lang.com/install.sh | sh -s --
- name: Install bun
uses: oven-sh/setup-bun@v1
with: