We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20d29c0 commit 3208938Copy full SHA for 3208938
.github/workflows/macos.yml
@@ -34,8 +34,6 @@ jobs:
34
with:
35
path: target
36
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
37
- - name: Install zlib
38
- run: xcode-select --install
39
- name: Build
40
run: cargo build
41
working-directory: native
0 commit comments