Skip to content

Commit

Permalink
it seems this should work also
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-trunov committed Jul 9, 2024
1 parent 086815b commit 87ce7e5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ jobs:
run: |
type examples\output\echo_Echo.pkg
- name: Install the package locally
- name: Link Tact yarn package
run: |
npm install -g ./
yarn link @tact-lang/compiler
- name: CLI Test | Compare Tact version from CLI flag `--version` against package.json
if: runner.os != 'Windows'
Expand Down Expand Up @@ -130,7 +130,6 @@ jobs:
git clone https://github.com/tact-lang/tact-template.git
cd tact-template
yarn install
yarn link @tact-lang/compiler
yarn build
yarn test
tact --version
Expand All @@ -139,7 +138,6 @@ jobs:
run: |
yarn create ton -- test-project --type tact-counter --contractName Counter
cd test-project
yarn link @tact-lang/compiler
yarn build
yarn test
tact --version

0 comments on commit 87ce7e5

Please sign in to comment.