Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Metelkin committed Dec 28, 2023
1 parent bd0fb00 commit 386a2b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-share.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
node-version: 16.x
- name: Install and build
run: |
npm ci -g heta-compiler@latest
npm i -g heta-compiler@latest
heta build
- name: Set up R 3.6
uses: r-lib/actions/setup-r@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install and build
run: |
npm ci -g heta-compiler@${{ matrix.heta-version }}
npm i -g heta-compiler@${{ matrix.heta-version }}
heta -v
heta build

0 comments on commit 386a2b2

Please sign in to comment.