Skip to content

KSP-PKAN/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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 56.6%
  • Shell 43.4%