Skip to content

Commit

Permalink
Adjust Actions workflows for new syntax (#2411)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed Oct 6, 2020
1 parent b089768 commit 9ca9dde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/mri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:
- name: set SSL
if: matrix.no-ssl == ' no SSL'
run: echo '::set-env name=DISABLE_SSL::true'
shell: bash
run: echo 'DISABLE_SSL=true' >> $GITHUB_ENV

- name: compile
run: bundle exec rake compile
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/non_mri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:

- name: set SSL
if: matrix.no-ssl == ' no SSL'
run: echo '::set-env name=DISABLE_SSL::true'
shell: bash
run: echo 'DISABLE_SSL=true' >> $GITHUB_ENV

- name: compile
run: bundle exec rake compile
Expand Down

0 comments on commit 9ca9dde

Please sign in to comment.