Skip to content

Fixed build with latest CommonLib #51

Fixed build with latest CommonLib

Fixed build with latest CommonLib #51

Workflow file for this run

name: Main
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+.rc[0-9]+'
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
release:
uses: adya/pack-skse-mod/.github/workflows/pack.yml@main
with:
CMAKE_SE_BUILD_PRESET: 'vs2022-windows-vcpkg-se'
CMAKE_AE_BUILD_PRESET: 'vs2022-windows-vcpkg-ae'
CMAKE_VR_CONFIG_PRESET: ''
CMAKE_VR_BUILD_PRESET: ''
VCPKG_COMMIT_ID: 'd7ce8723ba28282c0ea30fd0b046a64dc61d5238'
FOMOD_INCLUDE_PDB: true
FOMOD_REQUIRED_INSTALLATION_DIR: "FOMOD/Required Files"
FOMOD_MOD_NAME: "NPCs Names Distributor"
FOMOD_MOD_AUTHOR: "sasnikol"
FOMOD_MOD_NEXUS_ID: "73081"
FOMOD_DEFAULT_IMAGE: "FOMOD/images/cover.png"
debug:
uses: adya/pack-skse-mod/.github/workflows/pack.yml@main
with:
CMAKE_SE_BUILD_PRESET: 'vs2022-windows-vcpkg-se-debug'
CMAKE_AE_BUILD_PRESET: 'vs2022-windows-vcpkg-ae-debug'
CMAKE_VR_CONFIG_PRESET: ''
CMAKE_VR_BUILD_PRESET: ''
CMAKE_BUILD_CONFIGURATION: 'Debug'
VCPKG_COMMIT_ID: 'd7ce8723ba28282c0ea30fd0b046a64dc61d5238'
FOMOD_INCLUDE_PDB: true
FOMOD_REQUIRED_INSTALLATION_DIR: "FOMOD/Required Files"
FOMOD_MOD_NAME: "NPCs Names Distributor Debug"
FOMOD_MOD_AUTHOR: "sasnikol"
FOMOD_MOD_NEXUS_ID: "73081"
FOMOD_DEFAULT_IMAGE: "FOMOD/images/cover_debug.png"