ci: use local action mirrors instead of github.com
Some checks failed
Build & Test / test (push) Has been cancelled
Build & Test / build-android (push) Has been cancelled
Build & Test / build-linux (push) Has been cancelled
Build & Test / build-macos (push) Has been cancelled
Build & Test / build-ios (push) Has been cancelled
Build & Test / build-windows (push) Has been cancelled
Build iOS / build-ios (push) Has been cancelled
Some checks failed
Build & Test / test (push) Has been cancelled
Build & Test / build-android (push) Has been cancelled
Build & Test / build-linux (push) Has been cancelled
Build & Test / build-macos (push) Has been cancelled
Build & Test / build-ios (push) Has been cancelled
Build & Test / build-windows (push) Has been cancelled
Build iOS / build-ios (push) Has been cancelled
- Mirror actions/checkout, actions/cache, actions/setup-java, actions/upload-artifact, actions/flutter-action to local Gitea - Replace subosito/flutter-action with actions/flutter-action - Runner can now resolve all actions locally without internet
This commit is contained in:
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
- name: Install jq
|
- name: Install jq
|
||||||
run: apt-get update && apt-get install -y jq
|
run: apt-get update && apt-get install -y jq
|
||||||
- name: Setup Flutter
|
- name: Setup Flutter
|
||||||
uses: subosito/flutter-action@v2
|
uses: actions/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
flutter-version: '3.35.7'
|
flutter-version: '3.35.7'
|
||||||
- name: Get dependencies
|
- name: Get dependencies
|
||||||
@@ -32,7 +32,7 @@ jobs:
|
|||||||
- name: Install jq
|
- name: Install jq
|
||||||
run: apt-get update && apt-get install -y jq
|
run: apt-get update && apt-get install -y jq
|
||||||
- name: Setup Flutter
|
- name: Setup Flutter
|
||||||
uses: subosito/flutter-action@v2
|
uses: actions/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
flutter-version: '3.35.7'
|
flutter-version: '3.35.7'
|
||||||
- name: Setup Java
|
- name: Setup Java
|
||||||
@@ -58,7 +58,7 @@ jobs:
|
|||||||
- name: Install jq
|
- name: Install jq
|
||||||
run: apt-get update && apt-get install -y jq
|
run: apt-get update && apt-get install -y jq
|
||||||
- name: Setup Flutter
|
- name: Setup Flutter
|
||||||
uses: subosito/flutter-action@v2
|
uses: actions/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
flutter-version: '3.35.7'
|
flutter-version: '3.35.7'
|
||||||
- name: Install Linux deps
|
- name: Install Linux deps
|
||||||
@@ -83,7 +83,7 @@ jobs:
|
|||||||
- name: Install jq
|
- name: Install jq
|
||||||
run: brew install jq
|
run: brew install jq
|
||||||
- name: Setup Flutter
|
- name: Setup Flutter
|
||||||
uses: subosito/flutter-action@v2
|
uses: actions/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
flutter-version: '3.35.7'
|
flutter-version: '3.35.7'
|
||||||
- name: Install macOS deps
|
- name: Install macOS deps
|
||||||
@@ -111,7 +111,7 @@ jobs:
|
|||||||
- name: Install jq
|
- name: Install jq
|
||||||
run: brew install jq
|
run: brew install jq
|
||||||
- name: Setup Flutter
|
- name: Setup Flutter
|
||||||
uses: subosito/flutter-action@v2
|
uses: actions/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
flutter-version: '3.35.7'
|
flutter-version: '3.35.7'
|
||||||
- name: Get dependencies
|
- name: Get dependencies
|
||||||
@@ -140,7 +140,7 @@ jobs:
|
|||||||
- name: Install jq
|
- name: Install jq
|
||||||
run: choco install jq -y
|
run: choco install jq -y
|
||||||
- name: Setup Flutter
|
- name: Setup Flutter
|
||||||
uses: subosito/flutter-action@v2
|
uses: actions/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
flutter-version: '3.35.7'
|
flutter-version: '3.35.7'
|
||||||
- name: Get dependencies
|
- name: Get dependencies
|
||||||
|
|||||||
2
.github/workflows/ios-only.yml
vendored
2
.github/workflows/ios-only.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
- name: Install jq
|
- name: Install jq
|
||||||
run: brew install jq
|
run: brew install jq
|
||||||
- name: Setup Flutter
|
- name: Setup Flutter
|
||||||
uses: subosito/flutter-action@v2
|
uses: actions/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
flutter-version: '3.35.7'
|
flutter-version: '3.35.7'
|
||||||
- name: Get dependencies
|
- name: Get dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user