Skip to content

Commit b22fad7

Browse files
committed
feat: fetch Gammu releases from GitHub
This is the current primary release location.
1 parent b324131 commit b22fad7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/setup.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
- "3.12"
3939
- "3.13"
4040
- "3.14"
41+
env:
42+
# renovate: datasource=github-releases depName=gammu/gammu versioning=loose
43+
GAMMU_VERSION: 1.43.0
4144

4245
steps:
4346
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -47,7 +50,7 @@ jobs:
4750
python-version: ${{ matrix.python-version }}
4851
- name: Install Gammu x64
4952
run: |
50-
C:/msys64/usr/bin/wget.exe -O gammu-setup.exe https://dl.cihar.com/gammu/releases/windows/Gammu-1.41.0-Windows-64bit.exe
53+
C:/msys64/usr/bin/wget.exe -O gammu-setup.exe https://github.com/gammu/gammu/releases/download/%GAMMU_VERSION%/Gammu-%GAMMU_VERSION%-Windows.exe
5154
./gammu-setup.exe /S /D=C:/Gammu
5255
- uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
5356
- name: build

0 commit comments

Comments
 (0)