From 4c24a46a136db16dce89c146523f18249abef43e Mon Sep 17 00:00:00 2001 From: Dylan Marcus Date: Tue, 1 Oct 2024 18:46:55 -0400 Subject: [PATCH] typo on workflow --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 0228515..91e0305 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -25,7 +25,7 @@ jobs: - name: Setup cmake uses: jwlawson/actions-setup-cmake@v1.13 with: - cmake-version: $CMAKE_VERSION + cmake-version: ${{ env.CMAKE_VERSION }} - name: Test cmake run: cmake --version