Skip to content

Commit

Permalink
ci: Trying fixing the path for tsc on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Apr 5, 2024
1 parent 5410bbb commit 3ba537e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: npm install --loglevel verbose

- name: tsc
run: tsc
run: node_modules/.bin/tsc

- name: Install ninja-build tool
uses: turtlesec-no/get-ninja@main
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3ba537e

Please sign in to comment.