diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index e5484675..8772fc19 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -30,8 +30,6 @@ jobs: run: | curl -fsSL https://fvm.app/install.sh | bash echo "/home/runner/fvm/bin" >> $GITHUB_PATH - export PATH="/home/runner/fvm/bin:$PATH" - fvm use --force - uses: kuhnroyal/flutter-fvm-config-action@v2 id: fvm-config-action diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index dc239a44..ec059b42 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -29,8 +29,6 @@ jobs: run: | curl -fsSL https://fvm.app/install.sh | bash echo "/home/runner/fvm/bin" >> $GITHUB_PATH - export PATH="/home/runner/fvm/bin:$PATH" - fvm use --force - uses: kuhnroyal/flutter-fvm-config-action@v2 id: fvm-config-action