Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Sep 29, 2023
1 parent 728456b commit 8dab640
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,16 @@ jobs:

- uses: teaxyz/setup@v0

- name: prefetch deno deps
# this makes the output from the build step more legible
run: deno cache **/*.ts

- name: install brewkit
run: |
mkdir -p "$HOME/.tea/tea.xyz/brewkit/v*"
mv * "$HOME/.tea/tea.xyz/brewkit/v*"
- uses: actions/cache@v3
with:
path: ${{ env.HOME }}/.cache/deno
key: deno-get-platform-${{ hashFiles('deno.jsonc')}}

- name: prefetch deno deps
# this makes the output from the build step more legible
run: deno cache **/*.ts

- run: pkg build ${{matrix.pkgs}}
- run: tea pkg build ${{matrix.pkgs}}
id: build

- run: test -n '${{ steps.build.outputs.pkgs }}'
Expand Down

0 comments on commit 8dab640

Please sign in to comment.