File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ concurrency:
3232
3333jobs :
3434 check :
35- runs-on : blacksmith-4vcpu- ubuntu-2404
35+ runs-on : warp- ubuntu-latest-x64-4x
3636 steps :
3737 - uses : awalsh128/cache-apt-pkgs-action@latest
3838 with :
4747 cache-all-crates : " true"
4848 cache-on-failure : " false"
4949 cache-directories : " target/dx"
50+ cache-provider : " warpbuild"
5051 - name : Check
5152 run : cargo check --workspace --all-features
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ concurrency:
1414jobs :
1515 deploy :
1616 name : Deploy app
17- runs-on : blacksmith-4vcpu- ubuntu-2404
17+ runs-on : warp- ubuntu-latest-x64-4x
1818 concurrency : deploy-group # optional: ensure only one action runs at a time
1919 steps :
2020 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ concurrency:
1111
1212jobs :
1313 build-deploy :
14- runs-on : blacksmith-4vcpu- ubuntu-2404
14+ runs-on : warp- ubuntu-latest-x64-8x
1515 env :
1616 CARGO_INCREMENTAL : 1
1717 steps :
3131 with :
3232 cache-all-crates : " true"
3333 cache-on-failure : " false"
34+ cache-provider : " warpbuild"
3435 - uses : cargo-bins/cargo-binstall@main
3536 - name : Install CLI
3637 run : cargo binstall dioxus-cli -y --force
You can’t perform that action at this time.
0 commit comments