Skip to content

Commit

Permalink
ci: use github.com instead of gitlab.gnome.org
Browse files Browse the repository at this point in the history
because the gnome infrastructure has been unstable and it's not
obvious that the gnome infrastructure team is working on it
  • Loading branch information
flavorjones committed Nov 18, 2024
1 parent e8d30a7 commit 7159ae1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
NOCONFIGURE: t
shell: bash
run: |
git clone --depth=1 https://gitlab.gnome.org/GNOME/libxml2
git clone --depth=1 https://github.com/gnome/libxml2
cd libxml2
git log -n1
./autogen.sh
Expand All @@ -51,7 +51,7 @@ jobs:
NOCONFIGURE: t
shell: bash
run: |
git clone --depth=1 https://gitlab.gnome.org/GNOME/libxslt
git clone --depth=1 https://github.com/gnome/libxslt
cd libxslt
git log -n1
./autogen.sh
Expand All @@ -72,15 +72,15 @@ jobs:
env:
NOCONFIGURE: t
run: |
git clone --depth=1 https://gitlab.gnome.org/GNOME/libxml2
git clone --depth=1 https://github.com/gnome/libxml2
cd libxml2
git log -n1
./autogen.sh
- name: Setup libxslt
env:
NOCONFIGURE: t
run: |
git clone --depth=1 https://gitlab.gnome.org/GNOME/libxslt
git clone --depth=1 https://github.com/gnome/libxslt
cd libxslt
git log -n1
./autogen.sh
Expand Down

0 comments on commit 7159ae1

Please sign in to comment.