File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,10 @@ jobs:
129129 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
130130 echo "$HOME/.cargo/bin" >> $GITHUB_PATH
131131 fi
132+ - uses : swatinem/rust-cache@v2
133+ with :
134+ key : ${{ join(matrix.targets, '-') }}
135+ cache-provider : ${{ matrix.cache_provider }}
132136 - name : Install dist
133137 run : ${{ matrix.install_dist.run }}
134138 # Get the dist-manifest
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ npm-scope = "@axodotdev"
107107# Features to pass to cargo build
108108features = [" build-with-tailwind" ]
109109# Which actions to run on pull requests
110- pr-run-mode = " plan "
110+ pr-run-mode = " upload "
111111# Where to host releases
112112hosting = [" axodotdev" , " github" ]
113113# Whether to install an updater program
You can’t perform that action at this time.
0 commit comments