Skip to content

Commit

Permalink
go release
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Sep 18, 2024
1 parent cc9de96 commit f7041b3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/go-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ jobs:
with:
go-version: ${{ matrix.go }}

# ************** REMOVE AFTER RELEASE ********************
- name: Get Go SDK from branch
run: go get github.com/Picovoice/cheetah/binding/go/v2/@50e695ffe3a92031002bfbbd7cd4748908d0dd1a
# ********************************************************

- name: Build micdemo
run: go build micdemo/cheetah_mic_demo.go

Expand All @@ -66,11 +61,6 @@ jobs:
steps:
- uses: actions/checkout@v3

# ************** REMOVE AFTER RELEASE ********************
- name: Get Go SDK from branch
run: go get github.com/Picovoice/cheetah/binding/go/v2/@50e695ffe3a92031002bfbbd7cd4748908d0dd1a
# ********************************************************

- name: Build micdemo
run: go build micdemo/cheetah_mic_demo.go

Expand Down

0 comments on commit f7041b3

Please sign in to comment.