File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,6 +119,10 @@ jobs:
119119 run : " echo setup env vars"
120120 env :
121121 " RUSTFLAGS " : " --cfg tokio_unstable"
122+ - uses : swatinem/rust-cache@v2
123+ with :
124+ key : ${{ join(matrix.targets, '-') }}
125+ cache-provider : ${{ matrix.cache_provider }}
122126 - name : Install cargo-dist
123127 run : ${{ matrix.install_dist }}
124128 # Get the dist-manifest
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ publish-jobs = ["homebrew"]
6666# Whether cargo-dist should create a Github Release or use an existing draft
6767create-release = true
6868# Which actions to run on pull requests
69- pr-run-mode = " plan "
69+ pr-run-mode = " upload "
7070# A prefix git tags must include for cargo-dist to care about them
7171tag-namespace = " libsql-server"
7272# Whether to install an updater program
You can’t perform that action at this time.
0 commit comments