mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fix deprecated set-env command error on GitHub Actions [ci skip]
I tried `$GITHUB_PATH` and `$GITHUB_ENV` instead of `set-env`, but for some reason path was not recognized, so I changed to using `ACTIONS_ALLOW_UNSECURE_COMMANDS`.
This commit is contained in:
@@ -67,6 +67,7 @@ jobs:
|
||||
runs-on: windows-latest
|
||||
env:
|
||||
MRUBY_CONFIG: travis
|
||||
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/cache@v1
|
||||
|
||||
Reference in New Issue
Block a user