mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-05-01 01:21:41 -04:00
resolved verify action workflow issues (#4)
This commit is contained in:
parent
982a67a688
commit
ba0614c6c9
1 changed files with 5 additions and 12 deletions
17
.github/workflows/verify.yml
vendored
17
.github/workflows/verify.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue