Skip to content

Commit

Permalink
set heta-compiler version for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Metelkin committed Nov 30, 2023
1 parent 715ded4 commit 810ad42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-share.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: |
npm i -g https://github.com/hetalang/heta-compiler.git
#npm i -g heta-compiler@${{ matrix.heta-version }}
#npm i -g https://github.com/hetalang/heta-compiler.git
npm i -g heta-compiler@${{ matrix.heta-version }}
- name: Clean and build
run: |
rm -rf dist/*
Expand Down

0 comments on commit 810ad42

Please sign in to comment.