Skip to content

Commit

Permalink
Looks like this will work
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmstill committed Jun 16, 2024
1 parent bf01755 commit 30a3445
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,3 @@ jobs:
with:
version: 0.13.0
- run: zig fmt --check src/*.zig
gif:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: goto-bus-stop/setup-zig@v1
with:
version: 0.13.0
- run: echo -n $GITHUB_REF_NAME > src/.version
- run: zig build
- run: echo "zig-out/bin" >> $GITHUB_PATH
- uses: charmbracelet/vhs-action@v2
with:
path: "demo.tape"

0 comments on commit 30a3445

Please sign in to comment.