diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 62d7d91a..40688fd5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 2c4b536e..52aed72d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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