Skip to content

Commit

Permalink
ci: update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdihadeli committed Nov 26, 2024
1 parent cd12c85 commit 15de4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ env:
jobs:

build-tree-sitter:

runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -29,6 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: true
# https://github.com/dotnet/Nerdbank.GitVersioning/blob/main/doc/cloudbuild.md#github-actions
fetch-depth: 0 # doing deep clone and avoid shallow clone so nbgv can do its work.

Expand Down

0 comments on commit 15de4d6

Please sign in to comment.