File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,10 +117,6 @@ jobs:
117117 submodules : recursive
118118 - name : " Prepare env vars"
119119 run : " echo \" RUSTFLAGS=--cfg tokio_unstable\" >> $GITHUB_ENV"
120- - uses : swatinem/rust-cache@v2
121- with :
122- key : ${{ join(matrix.targets, '-') }}
123- cache-provider : ${{ matrix.cache_provider }}
124120 - name : Install cargo-dist
125121 run : ${{ matrix.install_dist }}
126122 # 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 = " upload "
69+ pr-run-mode = " plan "
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