Skip to content

Commit

Permalink
Update main.yaml (remove deno pre-cache)
Browse files Browse the repository at this point in the history
  • Loading branch information
vazexqi authored Jul 1, 2024
1 parent 323ddb0 commit aaf54d1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
env:
GITHUB_NPM_TOKEN: ${{ secrets.GH_NPM_PACKAGE_READ_TOKEN }}

- name: Pre-cache Deno
run: |
./node_modules/deno-bin/bin/deno install --name cached-zuplo-server -f https://raw.githubusercontent.com/zuplo/runtime-deno/main/local-dev-impl/main.ts
- run: npm run build
env:
GIT_SHA: ${{ github.sha }}
Expand Down

0 comments on commit aaf54d1

Please sign in to comment.