From 87ce7e5aaecafd5eb6e17f2b4c66c462478082c8 Mon Sep 17 00:00:00 2001 From: Anton Trunov Date: Tue, 9 Jul 2024 22:57:22 +0400 Subject: [PATCH] it seems this should work also --- .github/workflows/tact.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tact.yml b/.github/workflows/tact.yml index 4c13e6c9b..73d09a5a0 100644 --- a/.github/workflows/tact.yml +++ b/.github/workflows/tact.yml @@ -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' @@ -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 @@ -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