From a63822d39ba88778ecb104f44124ae575a6f5037 Mon Sep 17 00:00:00 2001 From: Ryan Faulhaber Date: Mon, 7 Oct 2024 15:48:39 -0400 Subject: [PATCH] fix runner --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d439f6c..d1fc19c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,7 +36,7 @@ jobs: run: | cargo build echo "Moving module" - mv ./target/release/libreel.* . + mv ./target/debug/libreel.* . eask install - name: Run tests run: |