Actions: set-env is disabled, breaking Actions workflows
derrickstolee opened this issue · 2 comments
derrickstolee commented
See .github/workflows/continuous-integration.yml
for an example:
run: echo "::set-env name=BUILD_PLATFORM::${{ runner.os }}"
We need to update the YML so we can get builds working again.
derrickstolee commented
Resolved by #466.