Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Dec 5, 2020
1 parent 8b16613 commit c4e7b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup System
run: |
sudo apt-get install libsqlite3-dev
echo "::set-env name=MTSR_RAILS_VERSION::${{ matrix.rails }}"
echo "MTSR_RAILS_VERSION=${{ matrix.rails }}" >> $GITHUB_ENV
- name: Setup Ruby
uses: actions/setup-ruby@v1
with:
Expand Down

0 comments on commit c4e7b06

Please sign in to comment.