mirror of
https://github.com/ModOrganizer2/modorganizer-game_enderal.git
synced 2026-07-27 14:05:41 -07:00
17 lines
341 B
YAML
17 lines
341 B
YAML
name: Build Enderal Plugin
|
|
|
|
on:
|
|
push:
|
|
branches: master
|
|
pull_request:
|
|
types: [opened, synchronize, reopened]
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: windows-2022
|
|
steps:
|
|
- name: Build Enderal Plugin
|
|
uses: ModOrganizer2/build-with-mob-action@master
|
|
with:
|
|
mo2-dependencies: cmake_common uibase game_gamebryo
|