Skip to content

Commit

Permalink
Merge pull request #3255 from ashie/github-actions-fix-typo
Browse files Browse the repository at this point in the history
GitHub Actions: Fix a typo
  • Loading branch information
repeatedly committed Feb 18, 2021
2 parents 291ffbe + 8339bd0 commit af001b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ martix.ruby-version }}
ruby-version: ${{ matrix.ruby-version }}
- name: Install addons
run: sudo apt-get install libgmp3-dev libcap-ng-dev
- name: Install dependencies
Expand Down

0 comments on commit af001b7

Please sign in to comment.