Topic: How to run github workflows in forked repository?
palino![]() Topic Opener |
Posted at:
Today 21:54 UTC+2.0
Hello I want to test my development branch in forked github repository, using all compilers and environments like master branch in official repo. I updated my branch, so that github workflows are active: https://github.com/gpalino/widelands/commit/97100782806d8edb45a3216fc986ea39fe3727a0 All is working except windows-msvc jobs:
e.g. here: https://github.com/gpalino/widelands/actions/runs/18466384675/job/52609569462 I see comment here https://github.com/widelands/widelands/blob/460eb73bf542bcbd57687f59bdb868cac5aab604/.github/workflows/build_windows_msvc.yaml#L27-L28 but what can I do to have msvc jobs running correctly? ![]() ![]() |
tothxa![]() |
Posted at:
Today 22:55 UTC+2.0
You have to set a repo actions variable called ![]() ![]() |