Skip to content

Commit

Permalink
CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsmith committed Aug 17, 2023
1 parent 3ccfb45 commit cac0014
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ jobs:
pip install -r product/runtime/requirements-build.txt \
-r product/runtime/requirements-docs.txt
- uses: ./.github/actions/create-local-properties

- name: Build
run: |
cd product
Expand Down Expand Up @@ -115,7 +117,7 @@ jobs:
env:
CHAQUO_JKS: ${{ secrets.CHAQUO_JKS }}
run: |
echo $CHAQUO_JKS | base64 -d > demo/chaquo.jks
echo "$CHAQUO_JKS" | base64 -d > demo/chaquo.jks
- name: Build
run: |
Expand Down

0 comments on commit cac0014

Please sign in to comment.