mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Adjust Actions workflows for new syntax (#2411)
This commit is contained in:
parent
b08976840e
commit
9ca9ddefb9
2 changed files with 4 additions and 2 deletions
3
.github/workflows/mri.yml
vendored
3
.github/workflows/mri.yml
vendored
|
@ -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
|
||||
|
|
3
.github/workflows/non_mri.yml
vendored
3
.github/workflows/non_mri.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue