Skip to content

Commit

Permalink
Build venom app
Browse files Browse the repository at this point in the history
  • Loading branch information
pashinov committed Oct 11, 2023
1 parent 66d2d02 commit 52e1dea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
- name: Clone
uses: actions/checkout@v3

- name: Build
- name: Build Everscale
run: |
make -j BOLOS_SDK=${{ matrix.sdk }}
- name: Build Everscale app
- name: Build Venom
run: |
make clean
make -j BOLOS_SDK=${{ matrix.sdk }} CHAIN=everscale
make -j BOLOS_SDK=${{ matrix.sdk }} CHAIN=venom

0 comments on commit 52e1dea

Please sign in to comment.