From 8448ad4a9f6a56e4d4949ee66e3e5c6150c2f019 Mon Sep 17 00:00:00 2001 From: JasterV <49537445+JasterV@users.noreply.github.com> Date: Thu, 5 Jun 2025 22:05:30 +0200 Subject: [PATCH] update github action --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54bdd45..446face 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: