Skip to content

Commit

Permalink
adjust github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Fadhlika committed Jun 23, 2021
1 parent 9c6e23f commit 439b8ba
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 666 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,16 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Clone repo
run: git clone https://github.com/faldez/tanoshi-extensions.git -b repo
run: git clone https://github.com/faldez/tanoshi-extensions.git -b repo repo
- name: Clear directory
run: rm -r repo/*
- name: Setup
run: |
cd repo
rm -r *
sudo apt update
sudo apt install -y build-essential libc6-dev
rustup target add wasm32-wasi
- name: Build
run: |
rustup target add wasm32-wasi
cargo build --release --target wasm32-wasi
- name: Generate index.json
run: |
Expand Down
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
[workspace]
members = [
"local",
"mangadex",
"mangasee",
"mangalife"
]
22 changes: 0 additions & 22 deletions local/Cargo.toml

This file was deleted.

3 changes: 0 additions & 3 deletions local/build.rs

This file was deleted.

29 changes: 0 additions & 29 deletions local/src/lib.rs

This file was deleted.

190 changes: 0 additions & 190 deletions local/src/local.rs

This file was deleted.

23 changes: 0 additions & 23 deletions mangadex/Cargo.toml

This file was deleted.

3 changes: 0 additions & 3 deletions mangadex/build.rs

This file was deleted.

12 changes: 0 additions & 12 deletions mangadex/src/lib.rs

This file was deleted.

Loading

0 comments on commit 439b8ba

Please sign in to comment.