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