Update .gitea/workflows/build.yaml
Some checks failed
Build CI / AMD64 Build (push) Failing after 51s
Some checks failed
Build CI / AMD64 Build (push) Failing after 51s
This commit is contained in:
@@ -14,7 +14,8 @@ jobs:
|
|||||||
AMD64:
|
AMD64:
|
||||||
name: AMD64 Build
|
name: AMD64 Build
|
||||||
runs-on: linux-amd64
|
runs-on: linux-amd64
|
||||||
|
env:
|
||||||
|
RUNNER_TOOL_CACHE: /toolcache
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -28,13 +29,13 @@ jobs:
|
|||||||
patterns: pubspec.lock
|
patterns: pubspec.lock
|
||||||
|
|
||||||
- name: Cache Pub Dependencies
|
- name: Cache Pub Dependencies
|
||||||
uses: https://gitea.com
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.pub-cache
|
~/.pub-cache
|
||||||
key: ${{ runner.os }}-pub-${{ steps.pub-hash.outputs.hash }}
|
key: ${{ runner.os }}-pub-${{ steps.pub-hash.outputs.hash }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-pub-
|
${{ runner.os }}-pub-${{ steps.pub-hash.outputs.hash }}
|
||||||
|
|
||||||
- name: Install Framework Dependencies
|
- name: Install Framework Dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user