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
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Ensure Cargo is installed
|
||||
- name: Install Rust Toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
|
||||
- name: Install worker-build
|
||||
run: cargo install worker-build
|
||||
|
||||
- name: Build Edge Worker
|
||||
uses: cloudflare/wrangler-action@v3
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user