Skip to content

Commit

Permalink
using macOS config
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmncos committed Aug 3, 2024
1 parent c036b7e commit 5f4500a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: "${{ matrix.example }} - ${{ matrix.platform }}"
strategy:
matrix:
platform: [ubuntu-latest]
platform: [macos-latest]
toolchain: [nightly-2024-05-01]
package: [cross-contract-calls, fungible-token]
steps:
Expand All @@ -30,8 +30,6 @@ jobs:
run: cargo +${{ matrix.toolchain }} install wasmcov
- name: Add rust-src component
run: rustup component add rust-src --toolchain ${{ matrix.toolchain }}
- name: Add rust-src component ubuntu
run: rustup component add rust-src ubuntu --toolchain nightly-x86_64-unknown-linux-gnu
- name: Build
env:
RUSTFLAGS: '-C link-arg=-s '
Expand Down

0 comments on commit 5f4500a

Please sign in to comment.