chore(action): install deps with wally after installing it

This commit is contained in:
Erica Marigold 2024-04-26 11:33:13 +05:30 committed by GitHub
parent dcbc2208c3
commit 8a68eda2f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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