Skip to content

Commit

Permalink
Remove FVM from safe_website_ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt committed Jan 5, 2024
1 parent d167ab9 commit 7d33af2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/safe_website_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,8 @@ jobs:
flutter-version: ${{ env.FLUTTER_VERSION }}
channel: ${{ env.FLUTTER_CHANNEL }}

- name: Install FVM
run: |
flutter pub global activate fvm 2.4.1
fvm config --cache-path '${{ runner.tool_cache }}/flutter'
- name: Activate sz_repo_cli package
run: fvm flutter pub global activate --source path "$CI_CD_DART_SCRIPTS_PACKAGE_PATH"
run: flutter pub global activate --source path "$CI_CD_DART_SCRIPTS_PACKAGE_PATH"

# So we can just use "sz COMMAND" instead of "dart ../path/to/script.dart ..."
- run: echo $(realpath ./bin) >> $GITHUB_PATH
Expand Down

0 comments on commit 7d33af2

Please sign in to comment.