1

pre-load dependencies

This commit is contained in:
Evan Pratten 2024-11-24 13:51:45 -05:00
parent 3706d904b3
commit 864fbccd29

View File

@ -20,11 +20,14 @@ jobs:
- name: Checkout master - name: Checkout master
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Ensure Cargo is installed - name: Install Rust Toolchain
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
toolchain: stable toolchain: stable
- name: Install worker-build
run: cargo install worker-build
- name: Build Edge Worker - name: Build Edge Worker
uses: cloudflare/wrangler-action@v3 uses: cloudflare/wrangler-action@v3
with: with: