1 parent cee686e commit 36aa1adCopy full SHA for 36aa1ad
1 file changed
.github/workflows/create.yml
@@ -11,6 +11,15 @@ jobs:
11
- name: Install dependencies
12
run: |
13
sudo apt-get update
14
- sudo apt-get install -y gpg transmission-cli
+ 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 .
24
- name: Build torrent
25
run: ./create_monero_torrent.sh
0 commit comments