diff --git a/.github/workflows/mri.yml b/.github/workflows/mri.yml index 9340a755..834cd676 100644 --- a/.github/workflows/mri.yml +++ b/.github/workflows/mri.yml @@ -53,7 +53,7 @@ jobs: } bundle install --jobs 4 --retry 3 - - name: set SSL + - name: Compile Puma without SSL support if: matrix.no-ssl == ' no SSL' shell: bash run: echo 'DISABLE_SSL=true' >> $GITHUB_ENV diff --git a/.github/workflows/non_mri.yml b/.github/workflows/non_mri.yml index c67378e6..d9b4b5cc 100644 --- a/.github/workflows/non_mri.yml +++ b/.github/workflows/non_mri.yml @@ -50,7 +50,7 @@ jobs: timeout-minutes: 5 run: bundle install --jobs 4 --retry 3 - - name: set SSL + - name: Compile Puma without SSL support if: matrix.no-ssl == ' no SSL' shell: bash run: echo 'DISABLE_SSL=true' >> $GITHUB_ENV