Skip to content

Commit

Permalink
Merge pull request #371 from bulwark-security/install-x86_64-apple-da…
Browse files Browse the repository at this point in the history
…rwin

Install the missing `x86_64-apple-darwin` target
  • Loading branch information
sporkmonger authored Jun 27, 2024
2 parents fd575a0 + bd7df53 commit cedbe3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
toolchain: stable
components: clippy
target: wasm32-wasi
targets: wasm32-wasi

- name: Install protobuf compiler
run: /usr/bin/sudo /usr/bin/apt install -y protobuf-compiler
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
with:
toolchain: stable
components: clippy
target: wasm32-wasi
targets: wasm32-wasi,x86_64-apple-darwin

- name: Update Homebrew
run: |
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
with:
toolchain: stable
components: clippy
target: wasm32-wasi
targets: wasm32-wasi

- name: Update Homebrew
run: |
Expand Down

0 comments on commit cedbe3d

Please sign in to comment.