Commit bed04414 authored by KOBAYASHI Shuji's avatar KOBAYASHI Shuji

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`.
parent aae82373
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment