Open kenorb opened 1 year ago
Compile workflow needs some fixes as per error:
The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
set-output
See also:
Branch with attempted fix: dev-ci-fixme (see: a84f6e9a109a64dff02d66bf266c0c35c3625946).
dev-ci-fixme
The problem is, that we're trying to set GITHUB_OUTPUT from Python which doesn't work, see: https://stackoverflow.com/questions/5971312/how-to-set-environment-variables-in-python.
GITHUB_OUTPUT
Compile workflow needs some fixes as per error:
See also:
Branch with attempted fix:
dev-ci-fixme
(see: a84f6e9a109a64dff02d66bf266c0c35c3625946).The problem is, that we're trying to set
GITHUB_OUTPUT
from Python which doesn't work, see: https://stackoverflow.com/questions/5971312/how-to-set-environment-variables-in-python.