ci: disable postinstall on macOS build (#4885)

This commit is contained in:
LongYinan
2023-11-09 19:58:55 +08:00
committed by GitHub
parent af72bf0f69
commit 839f500979
5 changed files with 17 additions and 4 deletions
+2
View File
@@ -19,6 +19,8 @@ runs:
with:
toolchain: stable
targets: ${{ inputs.target }}
env:
CARGO_INCREMENTAL: '1'
- name: Cache cargo
uses: actions/cache@v3