diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 6e2ae9f..9e04457 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -9,7 +9,8 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v4 - - uses: tree-sitter/setup-action@v2 + #- uses: tree-sitter/setup-action@v2 + - uses: cerfcast/setup-action@886f0ab373105625f5af268677bc715050fcc105 # Because our tree-sitter code is in a subdirectory, # and working-directory does not apply to uses, we # are forced to specify calls to the CI ourselves.