From 901127c49e7291a773eb6046b70dd952894bf225 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Fri, 17 Mar 2023 16:06:08 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 315673ff..6336fe4e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -60,11 +60,9 @@ jobs: with: version: 15 platform: x64 - - name: Install Dependencies - run: | - sudo apt install -y libc++-15-dev libc++1-15 libc++abi-15-dev libc++abi1-15 libclang-rt-15-dev - name: Coverage Test run: | + sudo apt install -y libc++-15-dev libc++1-15 libc++abi-15-dev libc++abi1-15 libclang-rt-15-dev python3 preprocess.py bash run_tests.sh - uses: actions/upload-artifact@v3 @@ -93,6 +91,7 @@ jobs: with: flutter-version: '3.3.0' channel: 'stable' + cache: true - run: flutter --version - name: Compiling run: |