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 d27c10b commit b9f12b6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/vrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:
uses: actions/checkout@v4
with:
repository: lusingander/ttyd
path: ttyd
ref: main
- name: Install forked ttyd
working-directory: ./ttyd
working-directory: ttyd
run: |
mkdir build && cd build
cmake ..
Expand All @@ -37,9 +38,10 @@ jobs:
uses: actions/checkout@v4
with:
repository: lusingander/vhs
path: vhs
ref: main
- name: Install forked vhs
working-directory: ./vhs
working-directory: vhs
run: go install ./...
- name: Check version
run: |
Expand Down

0 comments on commit b9f12b6

Please sign in to comment.