Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
fix yaml build file
Browse files Browse the repository at this point in the history
  • Loading branch information
olomix committed Oct 12, 2023
1 parent eab1bb2 commit 306cec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
key: ${{ runner.os }}-gmp-${{ hashFiles('build_gmp.sh') }}

- name: build gmp android arm64
if: "! -d "depends/gmp/package_android_arm64""
if: "! -d depends/gmp/package_android_arm64"
run: ./build_gmp.sh android

- name: build gmp android x86_64
if: "! -d "depends/gmp/package_android_x86_64""
if: "! -d depends/gmp/package_android_x86_64"
run: ./build_gmp.sh android_x86_64

- name: Build prover Android ARM64
Expand Down

0 comments on commit 306cec9

Please sign in to comment.