Skip to content

Commit 14a6d3e

Browse files
committed
Run build script to generate pubspec.yaml
1 parent 6ed5c25 commit 14a6d3e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/check.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
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)"

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ 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 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/

0 commit comments

Comments
 (0)