This commit is contained in:
Schnitzel5 2025-07-18 23:50:11 +02:00
parent 2ce3b8a194
commit 132f9f51ad
2 changed files with 4 additions and 21 deletions

View file

@ -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

View file

@ -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