resolved verify action workflow issues (#4)

This commit is contained in:
Zero Fanker 2024-04-14 23:41:28 -04:00 committed by GitHub
parent 982a67a688
commit ba0614c6c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: