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 13d109a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 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
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 13d109a

Please sign in to comment.