Update github.com/rthornton128/goncurses digest to 7e6d230 #126
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Go | |
| on: [push, pull_request] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@master | |
| - uses: actions/setup-go@v6 | |
| with: | |
| go-version: '1.25.6' # The Go version to download (if necessary) and use. | |
| - run: sudo apt-get install libasound2t64 | |
| make |