chore: add explainatory comment

This commit is contained in:
Federico Terzi 2022-07-03 17:24:53 +02:00
parent 5b84039a75
commit eafb3b3fb5

View File

@ -40,6 +40,8 @@ jobs:
run: |
cargo install rust-script --version "0.7.0"
cargo install cargo-make --version 0.34.0
# wxWidgets builds (internal to espanso-modulo) are by far the largest bottleneck
# in the current pipeline, so we cache the results for a faster compilation process
- name: "Cache wxWidgets builds"
if: ${{ runner.os != 'Linux' }}
uses: actions/cache@v3