Add installGo input for adding setup-go step in sync.py

This commit is contained in:
Michael B. Gale 2025-06-16 12:28:05 +01:00
parent 429b71ea4b
commit 8f71d47b93
No known key found for this signature in database
GPG key ID: FF5E2765BD00628F
47 changed files with 140 additions and 66 deletions

View file

@ -2,6 +2,7 @@ name: "Split workflow"
description: "Tests a split-up workflow in which we first build a database and later analyze it"
operatingSystems: ["ubuntu", "macos"]
versions: ["linked", "default", "nightly-latest"] # This feature is not compatible with old CLIs
installGo: "true"
steps:
- uses: ./../action/init
with: