Skip to content

Commit 0847cf8

Browse files
committed
ci: tired of waiting for gnome mirrors
1 parent 11945c8 commit 0847cf8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ on:
1717
branches:
1818
- '*'
1919

20+
env:
21+
NOKOGIRI_USE_CANONICAL_GNOME_SOURCE: t
22+
2023
jobs:
2124
#
2225
# SECTION pre-checks for fast feedback loops, and to gate the rest of the suite
@@ -409,6 +412,7 @@ jobs:
409412
submodules: true
410413
- uses: vmactions/freebsd-vm@v1
411414
with:
415+
envs: NOKOGIRI_USE_CANONICAL_GNOME_SOURCE
412416
usesh: true
413417
copyback: false
414418
prepare: pkg install -y ruby devel/ruby-gems pkgconf libxml2 libxslt git

.github/workflows/downstream.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ on:
1616
types: [opened, synchronize]
1717
branches:
1818
- '*'
19+
env:
20+
NOKOGIRI_USE_CANONICAL_GNOME_SOURCE: t
1921

2022
jobs:
2123
downstream:

0 commit comments

Comments
 (0)