From 8c987b81abf5003451192048c88bf00d5a74ca0b Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Tue, 4 Jul 2023 13:20:23 -0400 Subject: [PATCH] typo fixed --- .github/workflows/nix_ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nix_ci.yml b/.github/workflows/nix_ci.yml index b3e998c..02f911d 100644 --- a/.github/workflows/nix_ci.yml +++ b/.github/workflows/nix_ci.yml @@ -35,9 +35,9 @@ jobs: - name: Install lanes run: | source ${{github.workspace}}/lua-pkg/bin/activate - lua -v - luarocks insatll lanes + luarocks install lanes - name: Run Tests run: | + source ${{github.workspace}}/lua-pkg/bin/activate lua tests/runtests.lua