From ba0614c6c9eb66ce49abf47fe20996cf7faa6d86 Mon Sep 17 00:00:00 2001 From: Zero Fanker Date: Sun, 14 Apr 2024 23:41:28 -0400 Subject: [PATCH] resolved verify action workflow issues (#4) --- .github/workflows/verify.yml | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 1ebc95c..f3e2b8d 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -2,28 +2,21 @@ name: Basic verify on: push: - branches: [ "!main", "!RN", "*" ] + branches: [ "!main", "!RN" ] workflow_dispatch: - jobs: compile-check: - runs-on: windows-2019 + runs-on: windows-2022 env: - CONFIGURATION: Debug + CONFIGURATION: FinalAlertDebug YR steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 1 submodules: recursive - - name: Change configuration to debug for PR - if: github.event_name == 'pull_request' - shell: bash - run: | - echo "CONFIGURATION=FinalAlertDebug YR" >> $GITHUB_ENV - mkdir Debug || true - + lfs: true - name: setup-msvc uses: egor-tensin/vs-shell@v2 with: