Skip to content

Commit 34c4d02

Browse files
Download Lazarus from static GitHub URL link.
This will: - Make Ubuntu.yaml and Snapcraft.yaml use the same Lazarus version. - No need to update two yaml files URL links anymore.
1 parent 98064de commit 34c4d02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cicd_ubuntu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-24.04 #ubuntu-latest
1717

1818
env: # Use the latest Lazarus source code.
19-
LAZARUS_URL_TAR_GZ: "https://sourceforge.net/projects/lazarus/files/Lazarus%20Zip%20_%20GZip/Lazarus%203.6/lazarus-3.6-0.tar.gz"
19+
LAZARUS_URL_TAR_GZ: "https://github.com/GerryFerdinandus/bittorrent-tracker-editor/releases/download/V1.32.0/lazarus.tar.gz"
2020

2121
strategy:
2222
# Set fail-fast to false to ensure that feedback is delivered for all matrix combinations.

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ parts:
3434
- fpc
3535
- libqt5x11extras5-dev
3636
build-environment:
37-
- LAZARUS_URL_TAR_GZ: "https://sourceforge.net/projects/lazarus/files/Lazarus%20Zip%20_%20GZip/Lazarus%203.4/lazarus-3.4-0.tar.gz"
37+
- LAZARUS_URL_TAR_GZ: "https://github.com/GerryFerdinandus/bittorrent-tracker-editor/releases/download/V1.32.0/lazarus.tar.gz"
3838
- LAZARUS_QT_VERSION: "5"
3939
- LIB_DIR: "/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR"
4040
- LAZARUS_DIR: "$PWD/lazarus"

0 commit comments

Comments
 (0)