We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11945c8 commit 0847cf8Copy full SHA for 0847cf8
.github/workflows/ci.yml
@@ -17,6 +17,9 @@ on:
17
branches:
18
- '*'
19
20
+env:
21
+ NOKOGIRI_USE_CANONICAL_GNOME_SOURCE: t
22
+
23
jobs:
24
#
25
# SECTION pre-checks for fast feedback loops, and to gate the rest of the suite
@@ -409,6 +412,7 @@ jobs:
409
412
submodules: true
410
413
- uses: vmactions/freebsd-vm@v1
411
414
with:
415
+ envs: NOKOGIRI_USE_CANONICAL_GNOME_SOURCE
416
usesh: true
417
copyback: false
418
prepare: pkg install -y ruby devel/ruby-gems pkgconf libxml2 libxslt git
.github/workflows/downstream.yml
@@ -16,6 +16,8 @@ on:
16
types: [opened, synchronize]
downstream:
0 commit comments