Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
hupe1980 committed Dec 23, 2023
1 parent e2d9edd commit ba9d83d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
with:
fetch-depth: 0

- name: Install packages
run: sudo apt-get install -y libasound2-dev

- name: Set up Go
uses: actions/setup-go@v4
with:
Expand Down
1 change: 0 additions & 1 deletion texttospeech/amazon_polly.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Package texttospeech provides functionality for synthesizing text into audio streams.
package texttospeech

import (
Expand Down
1 change: 1 addition & 0 deletions texttospeech/texttospeech.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Package texttospeech provides functionality for synthesizing text into audio streams.
package texttospeech

import (
Expand Down

0 comments on commit ba9d83d

Please sign in to comment.