From 458b5ed28d666e9a3bf21826962fcfb611afa127 Mon Sep 17 00:00:00 2001 From: gavinleroy Date: Tue, 21 May 2024 14:24:09 -0600 Subject: [PATCH] Depot setup --- .github/workflows/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/setup/action.yml b/.github/workflows/setup/action.yml index 7b26a4e..5ca60d9 100644 --- a/.github/workflows/setup/action.yml +++ b/.github/workflows/setup/action.yml @@ -13,7 +13,7 @@ runs: shell: bash - name: Install Depot - run: cargo install --git https://github.com/cognitive-engineering-lab/depot.git depot-js + run: cargo install --git https://github.com/cognitive-engineering-lab/depot.git depot-js && depot setup shell: bash - name: Install Test Libraries