Skip to content

Commit f4c8fb7

Browse files
authored
Merge pull request #90 from Stremio/refactor/update-tao
refactor: update tao
2 parents a645f34 + dbf5119 commit f4c8fb7

File tree

8 files changed

+545
-287
lines changed

8 files changed

+545
-287
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
if: matrix.platform == 'ubuntu-latest'
4848
run: |
4949
sudo apt-get update
50-
sudo apt-get install build-essential libgtk-3-dev pkg-config libssl-dev libayatana-appindicator3-dev
50+
sudo apt-get install build-essential pkg-config libgtk-3-dev libssl-dev libayatana-appindicator3-dev
5151
- name: Build
5252
run: cargo build
5353
- name: Test

.github/workflows/linux-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: |
1919
sudo apt-get update
20-
sudo apt-get install build-essential libgtk-3-dev pkg-config libssl-dev libayatana-appindicator3-dev s3cmd
20+
sudo apt-get install build-essential pkg-config libgtk-3-dev libssl-dev libayatana-appindicator3-dev s3cmd
2121
cargo install cargo-deb
2222
cargo install cargo-generate-rpm
2323
- name: Get current date

0 commit comments

Comments
 (0)