Skip to content

Commit

Permalink
build deps first
Browse files Browse the repository at this point in the history
  • Loading branch information
NiclasvanEyk committed Jun 11, 2023
1 parent 855300f commit 7443a41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/record_and_publish_demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v3
- uses: actions/setup-go@v4
- name: Build keepac
run: go build -o changelog
- uses: charmbracelet/vhs-action@v1
with:
path: "tapes/dark/demo.tape"
- name: Build keepac
run: go build -o changelog
- name: Record tapes
run: ./scripts/record-tapes
- name: Upload artifact
Expand Down

0 comments on commit 7443a41

Please sign in to comment.