From 8a68eda2f73e92b97d4609d8424775d78c6bc3ff Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Fri, 26 Apr 2024 11:33:13 +0530 Subject: [PATCH] chore(action): install deps with wally after installing it --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 93b6bb3..70a32b0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,14 +30,14 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - - - name: Install dependencies - run: wally install - + - name: Install tooling uses: ok-nick/setup-aftman@v0.4.2 with: cache: true + + - name: Install dependencies + run: wally install - name: Analyze run: luau-lsp analyze --ignore="Packages/**" --settings=".vscode/settings.json" lib/ examples/ mod.luau