Topic: How to run github workflows in forked repository?
palino![]() Topic Opener |
Posted at:
Yesterday 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:
Yesterday 22:55 UTC+2.0
You have to set a repo actions variable called ![]() ![]() |
palino![]() Topic Opener |
Posted at:
Today 17:10 UTC+2.0
I tried to follow your steps, probably something is missing yet. I set initial value for VCPKG_REF string xyz. Update finished successfully, but not next builds - neither master branch, nor wb-test3. ![]() ![]() |