From d750328a925b4a437a040a4a1e151138979d17bd Mon Sep 17 00:00:00 2001 From: Joe Corall Date: Fri, 19 Apr 2024 06:42:37 -0400 Subject: [PATCH] Is make there? --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6017ac1cc..4067ddb9f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,12 +21,12 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Setup make and secrets for Windows + - name: Setup make if: matrix.os == 'windows-latest' shell: bash run: | - cp sample.env .env - ./build/scripts/check-secrets.sh yes + echo "Not sure if make will be available or not" + make help - name: init secrets if: matrix.os != 'windows-latest'