Enable caching in release as well

pull/45/head
Takashi Kokubun 2 years ago
parent a24ae4cb79
commit 260444aa71
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

@ -64,6 +64,7 @@ jobs:
profile: minimal
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v1
- name: Build
run: |
for feature in x11 gnome sway others; do

Loading…
Cancel
Save