Set up go or sth

This commit is contained in:
Orhun Parmaksız 2025-09-28 13:24:41 +03:00
parent c68ff86c64
commit af18bae1ff
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90

View File

@ -17,12 +17,16 @@ jobs:
- uses: FedericoCarboni/setup-ffmpeg@v3
id: setup-ffmpeg
- uses: actions/setup-go@v6
with:
go-version: "^1.13.1" # The Go version to download (if necessary) and use.
- run: |
cargo build -p demo2
sudo apt update
sudo apt install -y ffmpeg ttyd
go install github.com/charmbracelet/vhs@latest
~/go/bin/vhs ./examples/vhs/demo2.tape
vhs ./examples/vhs/demo2.tape
- name: Upload GIF artifact
uses: actions/upload-artifact@v4