From 71c26ebd2d0bbd736d0183ce8ee5d3222bdf5cd5 Mon Sep 17 00:00:00 2001 From: George Lemon Date: Fri, 19 Apr 2024 03:44:32 +0300 Subject: [PATCH] Update test.yaml --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ba24baa..59b0655 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -28,7 +28,7 @@ jobs: - run: "npm install node-gyp -g" - run: "npm install cmake-js -g" - run: "choosenim show path -y" - - run: nimble install denim@#head + - run: nimble install denim@#head -Y - run: nimble test - name: "test denim on windows" if: matrix.os == 'windows-latest'