From cf1f7b8b3ae3bdcd426218d8c3546037d28db133 Mon Sep 17 00:00:00 2001 From: Abhinav Nekkanti <10552725+anekkanti@users.noreply.github.com> Date: Thu, 5 Sep 2024 14:19:00 -0700 Subject: [PATCH] fix for github ci --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1d484b..a8ac4b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,8 +16,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Setup + - name: Setup Go uses: actions/setup-go@v4 + + - name: Setup Just uses: extractions/setup-just@v2 - name: Build