tooomm
tooomm
Updated the PR with all "unlinks" as a workaround. It works and the `homebrew` step finishes. But now, the follow up Qt installation fails...
Thanks for pointing this out and providing the input, @njelich! Reopened #4986 and implemented your suggestion. I also needed to remove Python 3.11 in our case. I guess that's good...
**That should not be related to this PR. The here updated action is not even run in the failing workflow (the step is skipped in PRs).** I triggered a run...
Did another run with debug enabled and it looks like the token is empty: ``` ##[debug]Starting: Pull translated strings from Transifex ##[debug]Loading inputs ##[debug]Evaluating: secrets.TX_TOKEN ##[debug]Evaluating Index: ##[debug]..Evaluating secrets: ##[debug]..=>...
We should still monitor the issue with tx cli
Same is true for every other tutor or search effect, not only fetches. 👍
@Daenyth I think we are talking about this view: 
>would these changes also mean we'd need to update the wiki instructions for windows? Zach amended it as well: https://github.com/Cockatrice/Cockatrice/wiki/Compiling-Cockatrice-(Windows)
@ebbit1q Could you have a look at the script again, please? If there is [more than one line of output](https://github.com/Cockatrice/Cockatrice/actions/runs/7373861640/job/20063589854#step:5:13) from `lupdate` we get the content from the wrong bracket:...
Ah nice @ebbit1q! 👍 Wouldn't it need to be a line break character to look for, something like this maybe? Not sure. ``` # trim output output="${got%%$'\n'*}" # trim everything...