Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lusingander committed Oct 1, 2024
1 parent 4b44734 commit b60ae46
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/vrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# - name: Install forked ttyd
# run: |
# sudo apt-get update
# sudo apt-get install -y build-essential cmake git libjson-c-dev libwebsockets-dev
# git clone https://github.com/lusingander/ttyd.git
# cd ttyd && mkdir build && cd build
# cmake ..
# make && sudo make install
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential cmake git libjson-c-dev libwebsockets-dev
sudo apt-get install -y build-essential cmake git libjson-c-dev libwebsockets-dev ffmpeg
- name: Setup Go
uses: actions/setup-go@v4
with:
Expand Down Expand Up @@ -53,3 +45,6 @@ jobs:
run: |
ttyd --version
vhs --version
- name: Run vrt
run: |
make vrt

0 comments on commit b60ae46

Please sign in to comment.