Compare commits

..

2 commits

Author SHA1 Message Date
2f48d701d2 Update module github.com/gopxl/beep to v2 2024-12-15 11:31:23 +00:00
ca8437e3ca
Added basic "build" test for sanity
Signed-off-by: Sagi Dayan <sagidayan@gmail.com>
2024-12-15 12:35:20 +02:00

View file

@ -16,8 +16,6 @@ jobs:
steps:
- uses: https://code.forgejo.org/actions/checkout@v4
name: checkout
- name: install alsa devel
run: apt update && apt install libasound2-dev -y
- uses: https://code.forgejo.org/actions/setup-go@v5
name: install go
with: