pre-load dependencies
This commit is contained in:
parent
3706d904b3
commit
864fbccd29
5
.github/workflows/deploy-cursed-graphics.yml
vendored
5
.github/workflows/deploy-cursed-graphics.yml
vendored
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user