chore: Introduce tool versions file

This commit is contained in:
Christian Kußowski 2026-03-13 12:31:06 +01:00
commit 06827038d8
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
6 changed files with 15 additions and 14 deletions

View file

@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v6
- uses: subosito/flutter-action@v2
with:
flutter-version-file: pubspec.yaml
flutter-version-file: .tool_versions.yaml
- uses: moonrepo/setup-rust@v1
- run: rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
- name: Prepare web
@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v6
- uses: subosito/flutter-action@v2
with:
flutter-version-file: pubspec.yaml
flutter-version-file: .tool_versions.yaml
cache: true
- name: Set up Ruby
uses: ruby/setup-ruby@v1