Skip to content

Commit

Permalink
srht -> zrythm gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-tee committed Sep 7, 2023
1 parent e8ab07b commit b2c59f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ jobs:
- name: Fetch repos and files
run: |
pwd
git clone https://git.sr.ht/~alextee/mxe
git clone https://git.sr.ht/~alextee/zrythm
git clone https://git.sr.ht/~alextee/zrythm-builds
git clone --recursive https://git.sr.ht/~alextee/zrythm-installer
git clone https://gitlab.zrythm.org/zrythm/zrythm
git clone https://gitlab.zrythm.org/zrythm/zrythm-builds
git clone --recursive https://gitlab.zrythm.org/zrythm/zrythm-installer
git clone https://github.com/KDE/breeze-icons
git clone https://github.com/mesonbuild/meson
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ jobs:
mkdir src
cd src
pwd
git clone https://git.sr.ht/~alextee/zrythm
git clone https://git.sr.ht/~alextee/zrythm-builds
git clone https://git.sr.ht/~alextee/zrythm-installer
git clone https://gitlab.zrythm.org/zrythm/zrythm
git clone https://gitlab.zrythm.org/zrythm/zrythm-builds
git clone https://gitlab.zrythm.org/zrythm/zrythm-installer
git clone https://github.com/KDE/breeze-icons
git clone https://github.com/mesonbuild/meson
#wget https://www.zrythm.org/downloads/inno-setup-bin.zip
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
# run a dummy download to force refreshing Windows' CA database.
# See: https://bugs.python.org/issue36137
curl https://github.com
curl https://git.sr.ht
curl https://gitlab.zrythm.org
#certutil -generateSSTFromWU roots.sst && certutil -addstore -f root roots.sst && del roots.sst
# Use the following to inject a tmate session to SSH and debug
Expand Down

0 comments on commit b2c59f1

Please sign in to comment.