Skip to content

GitHub Action that installs mods for use as build dependencies

License

Notifications You must be signed in to change notification settings

KSP-CKAN/CKAN-ModInstaller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CKAN Mod Installer GitHub Action

GitHub action that uses CKAN to install mods for building other mods.

Usage

Adding a step like this to your build workflow will create a fake game instance at .game, with the requested mods installed inside it:

jobs:
  Build:
    runs-on: ubuntu-latest
    steps:
      - name: Install mod dependencies
        uses: KSP-CKAN/CKAN-ModInstaller@main
        with:
          output path: .game
          game: KSP
          game versions: 1.12.5 1.10 1.11 1.12
          mods: ProceduralParts

See action.yml for full documentation.

About

GitHub Action that installs mods for use as build dependencies

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project