GH Actions: Remove architecture from inputs
Should clean up warnings like this: > Unexpected input(s) 'architecture', valid inputs are ['ruby-version', > 'rubygems', 'bundler', 'bundler-cache', 'working-directory', > 'cache-version']
This commit is contained in:
parent
4b0acfb513
commit
e600d6e4a8
1
.github/workflows/go-spectest.yml
vendored
1
.github/workflows/go-spectest.yml
vendored
@ -35,7 +35,6 @@ jobs:
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: ${{matrix.ruby}}
|
||||
architecture: 'x64'
|
||||
- name: Setup ruby vagrant
|
||||
run: |
|
||||
gem install --no-document bundler
|
||||
|
||||
1
.github/workflows/go-testing.yml
vendored
1
.github/workflows/go-testing.yml
vendored
@ -39,7 +39,6 @@ jobs:
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: ${{matrix.ruby}}
|
||||
architecture: 'x64'
|
||||
- name: Setup ruby vagrant
|
||||
run: |
|
||||
gem install --no-document bundler
|
||||
|
||||
1
.github/workflows/testing.yml
vendored
1
.github/workflows/testing.yml
vendored
@ -39,6 +39,5 @@ jobs:
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: ${{matrix.ruby}}
|
||||
architecture: 'x64'
|
||||
- name: Run Tests
|
||||
run: .ci/test.sh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user