mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-05-11 04:10:53 +00:00
+
This commit is contained in:
parent
2ce3b8a194
commit
132f9f51ad
2 changed files with 4 additions and 21 deletions
20
.github/workflows/release.yml
vendored
20
.github/workflows/release.yml
vendored
|
|
@ -88,11 +88,6 @@ jobs:
|
|||
contents: write
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- name: Set git to use LF
|
||||
run: |
|
||||
git config --global core.autocrlf false
|
||||
git config --global core.eol lf
|
||||
|
||||
# Checkout branch
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
@ -154,11 +149,6 @@ jobs:
|
|||
contents: write
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- name: Set git to use LF
|
||||
run: |
|
||||
git config --global core.autocrlf false
|
||||
git config --global core.eol lf
|
||||
|
||||
- name: checkout branch
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
|
@ -262,11 +252,6 @@ jobs:
|
|||
contents: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Set git to use LF
|
||||
run: |
|
||||
git config --global core.autocrlf false
|
||||
git config --global core.eol lf
|
||||
|
||||
- name: checkout branch
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
|
@ -396,11 +381,6 @@ jobs:
|
|||
contents: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Set git to use LF
|
||||
run: |
|
||||
git config --global core.autocrlf false
|
||||
git config --global core.eol lf
|
||||
|
||||
- name: checkout branch
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
|
|
|||
|
|
@ -94,7 +94,10 @@ dependencies:
|
|||
d4rt: 0.0.9
|
||||
hive: ^2.2.3
|
||||
hive_flutter: ^1.1.0
|
||||
flutter_discord_rpc_fork: ^1.0.4
|
||||
flutter_discord_rpc_fork:
|
||||
git:
|
||||
url: https://github.com/Schnitzel5/flutter-discord-rpc.git
|
||||
ref: main
|
||||
|
||||
dependency_overrides:
|
||||
ffi: ^2.1.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue