Skip to content

Commit

Permalink
add go to the action to install
Browse files Browse the repository at this point in the history
  • Loading branch information
eprosimon committed Jan 22, 2024
1 parent d7c3986 commit b3658ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check-usage-gif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21.4'

- name: Install warp-diag-checker
run: go install github.com/peakefficiency/warp-diag-checker@latest

- uses: actions/checkout@v3
- uses: charmbracelet/vhs-action@v1
with:
Expand Down
3 changes: 0 additions & 3 deletions check-usage.tape
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ Set FontSize 20
Set Width 1200
Set Height 1200

Hide
go install .
Show

# Type a command in the terminal.
Type "warp-diag-checker check ./warp/testdata/warp-diag-demo.zip"
Expand Down

0 comments on commit b3658ff

Please sign in to comment.