mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
Update main.yml
This commit is contained in:
parent
b8c355474a
commit
901127c49e
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -60,11 +60,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: 15
|
version: 15
|
||||||
platform: x64
|
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
|
- name: Coverage Test
|
||||||
run: |
|
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
|
python3 preprocess.py
|
||||||
bash run_tests.sh
|
bash run_tests.sh
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
@ -93,6 +91,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
flutter-version: '3.3.0'
|
flutter-version: '3.3.0'
|
||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
|
cache: true
|
||||||
- run: flutter --version
|
- run: flutter --version
|
||||||
- name: Compiling
|
- name: Compiling
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user