Skip to content

Commit 1c395ee

Browse files
committed
Disable libepiccash build in test workflow
1 parent cb2aebb commit 1c395ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
sudo apt clean
2626
sudo apt update
2727
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
28-
- name: Build Epic Cash
29-
run: |
30-
cd crypto_plugins/flutter_libepiccash/scripts/linux/
31-
./build_all.sh
28+
# - name: Build Epic Cash
29+
#run: |
30+
#cd crypto_plugins/flutter_libepiccash/scripts/linux/
31+
#./build_all.sh
3232
- name: Configure app
3333
run: |
3434
cd scripts

0 commit comments

Comments
 (0)