There was an error while loading. Please reload this page.
1 parent b324131 commit b22fad7Copy full SHA for b22fad7
1 file changed
.github/workflows/setup.yml
@@ -38,6 +38,9 @@ jobs:
38
- "3.12"
39
- "3.13"
40
- "3.14"
41
+ env:
42
+ # renovate: datasource=github-releases depName=gammu/gammu versioning=loose
43
+ GAMMU_VERSION: 1.43.0
44
45
steps:
46
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -47,7 +50,7 @@ jobs:
47
50
python-version: ${{ matrix.python-version }}
48
51
- name: Install Gammu x64
49
52
run: |
- 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
54
./gammu-setup.exe /S /D=C:/Gammu
55
- uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
56
- name: build
0 commit comments