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 b60ae46 commit 256af8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/vrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Install dependencies
run: |
sudo apt-get update
Expand All @@ -18,6 +19,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21'
# https://github.com/lusingander/ttyd
- name: Checkout forked ttyd
uses: actions/checkout@v4
with:
Expand All @@ -30,6 +32,7 @@ jobs:
mkdir build && cd build
cmake ..
make && sudo make install
# https://github.com/lusingander/vhs
- name: Checkout forked vhs
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 256af8e

Please sign in to comment.