mirror of
https://codeberg.org/mi6e4ka/openstore.git
synced 2025-06-28 20:19:58 +00:00
ci: upd
This commit is contained in:
parent
665582c457
commit
e706f3340f
1 changed files with 1 additions and 2 deletions
|
@ -26,7 +26,6 @@ jobs:
|
|||
# 2. Устанавливаем Flutter из подмодуля
|
||||
- name: Setup Flutter
|
||||
run: |
|
||||
echo "$GITHUB_WORKSPACE/$FLUTTER_PATH/bin" >> $GITHUB_PATH
|
||||
./flutter/bin/flutter --version
|
||||
|
||||
- name: Check Flutter
|
||||
|
@ -53,7 +52,7 @@ jobs:
|
|||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
${{ env.FLUTTER_PATH }}/bin/cache
|
||||
flutter/bin/cache
|
||||
.dart_tool
|
||||
key: ${{ runner.os }}-flutter-${{ hashFiles('pubspec.lock') }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue