File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1515 channel : ' stable'
1616 flutter-version : ' 3.38.1'
1717
18+ - name : Configure app
19+ run : |
20+ cd scripts
21+ ./build_app.sh -v "0.0.1" -b "1" -p "linux" -a "stack_wallet"
22+
1823 - name : Debug workspace
1924 run : |
2025 echo "Current directory: $(pwd)"
Original file line number Diff line number Diff line change 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 unzip automake build-essential file pkg-config git python3 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
2828 - name : Build Epic Cash
2929 run : |
3030 cd crypto_plugins/flutter_libepiccash/scripts/linux/
You can’t perform that action at this time.
0 commit comments