DEV: Remove non-existent option from setup-ruby Github action

This commit is contained in:
Gerhard Schlager 2020-06-09 15:26:27 +02:00
parent f1fc6cd40d
commit 6b7a2d6d4d

View File

@ -77,7 +77,6 @@ jobs:
uses: actions/setup-ruby@v1 uses: actions/setup-ruby@v1
with: with:
ruby-version: ${{ matrix.ruby }} ruby-version: ${{ matrix.ruby }}
architecture: "x64"
- name: Setup bundler - name: Setup bundler
run: | run: |