We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e230802 + 41f6e45 commit 572a6b9Copy full SHA for 572a6b9
.github/workflows/test.yml
@@ -1,13 +1,6 @@
1
name: Test
2
3
-on:
4
- push:
5
- branches:
6
- - master
7
- pull_request:
8
- pull_request_target:
9
10
+on: [push, pull_request]
11
12
env:
13
NOKOGIRI_USE_SYSTEM_LIBRARIES: true
@@ -36,7 +29,7 @@ jobs:
36
29
37
30
strategy:
38
31
matrix:
39
- os-version: [ 'ubuntu-20.04' ]
32
+ os-version: [ 'ubuntu-24.04' ]
40
33
ruby-version:
41
34
- '2.3'
42
35
- '2.4'
@@ -62,19 +55,11 @@ jobs:
62
55
ruby-version: ${{ matrix.ruby-version }}
63
56
bundler-cache: true
64
57
65
- - name: Update apt
66
- env:
67
- DEBIAN_FRONTEND: noninteractive
68
- run:
69
- sudo apt-get update -qq -o Acquire::Retries=3
70
-
71
58
- name: Install libvips
72
73
74
59
+ run: |
60
+ sudo apt-get update
75
61
# we only need the library
76
- sudo apt-get install --no-install-recommends --fix-missing -qq -o Acquire::Retries=3
77
- libvips
+ sudo apt-get install --no-install-recommends libvips
78
79
- name: Run Tests
80
run: bundle exec rake spec
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments