File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ name: Test
33on : [pull_request]
44jobs :
55 test :
6- runs-on : ubuntu-20 .04
6+ runs-on : ubuntu-24 .04
77 steps :
88 - name : Prepare repository
99 uses : actions/checkout@v4
1010 - name : Install Flutter
1111 uses : subosito/flutter-action@v2
1212 with :
13- flutter-version : ' 3.19.6 '
13+ flutter-version : ' 3.38.1 '
1414 channel : ' stable'
1515 - name : Setup | Rust
1616 uses : dtolnay/rust-toolchain@stable
@@ -24,11 +24,16 @@ jobs:
2424 rustup target add x86_64-unknown-linux-gnu
2525 sudo apt clean
2626 sudo apt update
27- sudo apt install -y unzip automake build-essential file pkg-config git python libtool libtinfo5 cmake openjdk-8-jre-headless libgit2-dev clang libncurses5-dev libncursesw5-dev zlib1g-dev llvm debhelper libclang-dev opencl-headers libssl-dev ocl-icd-opencl-dev libc6-dev-i386
27+ sudo apt install -y meson ninja-build unzip automake build-essential file pkg-config git python3 libtool cmake openjdk-8-jre-headless libgit2-dev clang libncurses5-dev libncursesw5-dev zlib1g-dev llvm debhelper libclang-dev opencl-headers libssl-dev ocl-icd-opencl-dev libc6-dev-i386
2828 - name : Build Epic Cash
2929 run : |
3030 cd crypto_plugins/flutter_libepiccash/scripts/linux/
3131 ./build_all.sh
32+ - name : Configure app
33+ run : |
34+ cd scripts
35+ yes yes | ./build_app.sh -v "0.0.1" -b "1" -p "linux" -a "stack_wallet" || true
36+
3237 - name : Get dependencies
3338 run : flutter pub get
3439 - name : Create temp files
8590 BITCOINCASH_TEST : ${{ secrets.BITCOINCASH_TEST }}
8691 NAMECOIN_TEST : ${{ secrets.NAMECOIN_TEST }}
8792 PARTICL_TEST : ${{ secrets.PARTICL_TEST }}
93+
94+ - name : Verify Dart formatting
95+ run : dart format --output=none --set-exit-if-changed .
96+
8897# - name: Analyze
8998# run: flutter analyze
9099 - name : Test
You can’t perform that action at this time.
0 commit comments