Skip to content

Commit

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

build-tree-sitter:
name: Build Tree-Sitter Binaries

runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]

steps:
- name: Checkout repository
- uses: actions/checkout@v4
with:
# https://github.com/dotnet/Nerdbank.GitVersioning/blob/main/doc/cloudbuild.md#github-actions
Expand Down

0 comments on commit cd12c85

Please sign in to comment.