Skip to content

Commit

Permalink
Get rid of set-env workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed May 11, 2021
1 parent 2aab45d commit ae6dcb2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ on: [push, pull_request]
jobs:
gcc:
env:
# 'set-env' has been disabled by default because it's a
# potential security issue. See https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/.
# We re-enable it here for now because the problem does not
# appear to affect us.
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
MRUBY_BUILD: ../.github/build_config.rb
runs-on: ubuntu-latest
steps:
- name: Install libraries
Expand All @@ -17,8 +13,6 @@ jobs:
uses: actions/[email protected]
with:
fetch-depth: 10
- name: Set MRUBY_BUILD
run: echo '##[set-env name=MRUBY_BUILD]../.github/build_config.rb'
- name: Clone mruby
run: git clone --depth=1 --branch=2.0.1 https://github.com/mruby/mruby
- name: Build
Expand Down

0 comments on commit ae6dcb2

Please sign in to comment.