Skip to content

Commit 3ee3817

Browse files
committed
CI Fix.
1 parent 519100e commit 3ee3817

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717

18+
- name: Install system dependencies
19+
run: sudo apt-get --yes install libidn11-dev
20+
1821
- name: Set up Ruby
1922
uses: ruby/setup-ruby@v1
2023
with:
2124
ruby-version: ${{ matrix.ruby }}
2225
bundler-cache: true
2326

24-
- name: Install system dependencies
25-
run: sudo apt-get --yes install libidn11-dev
26-
2727
- name: bundle install
2828
run: |
2929
bundle config path vendor/bundle

0 commit comments

Comments
 (0)