Skip to content

Commit 36aa1ad

Browse files
committed
build transmission from source
1 parent cee686e commit 36aa1ad

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/create.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ jobs:
1111
- name: Install dependencies
1212
run: |
1313
sudo apt-get update
14-
sudo apt-get install -y gpg transmission-cli
14+
sudo apt-get install -y gpg
15+
- name: compile transmision
16+
run: |
17+
git clone https://github.com/transmission/transmission.git
18+
cd transmission
19+
git checkout 3.00
20+
mkdir build && cd build
21+
cmake -DCMAKE_BUILD_TYPE=Release ..
22+
cmake --build .
23+
cmake --install .
1524
- name: Build torrent
1625
run: ./create_monero_torrent.sh

0 commit comments

Comments
 (0)