diff --git a/.github/workflows/make-release.yml b/.github/workflows/make-release.yml index 765ce98..2531abe 100644 --- a/.github/workflows/make-release.yml +++ b/.github/workflows/make-release.yml @@ -34,9 +34,10 @@ jobs: shell: bash run: | brew install \ - openssl \ coreutils \ jq + openssl \ + pkg-config cargo install toml-cli - name: Cache cargo registry