Skip to content

Commit

Permalink
ci: tired of waiting for gnome mirrors
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Feb 18, 2025
1 parent 11945c8 commit 0847cf8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ on:
branches:
- '*'

env:
NOKOGIRI_USE_CANONICAL_GNOME_SOURCE: t

jobs:
#
# SECTION pre-checks for fast feedback loops, and to gate the rest of the suite
Expand Down Expand Up @@ -409,6 +412,7 @@ jobs:
submodules: true
- uses: vmactions/freebsd-vm@v1
with:
envs: NOKOGIRI_USE_CANONICAL_GNOME_SOURCE
usesh: true
copyback: false
prepare: pkg install -y ruby devel/ruby-gems pkgconf libxml2 libxslt git
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ on:
types: [opened, synchronize]
branches:
- '*'
env:
NOKOGIRI_USE_CANONICAL_GNOME_SOURCE: t

jobs:
downstream:
Expand Down

0 comments on commit 0847cf8

Please sign in to comment.