Skip to content

Commit

Permalink
Fixing C api creation only for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Feb 20, 2020
1 parent b31d8d7 commit f0abcb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ jobs:
- bash: |
make capi
displayName: Build c-api
condition: and(succeeded(), eq(variables['Agent.OS'], 'Linux'))
- bash: |
make build-capi
cp ./wasmer-c-api.tar.gz ./artifacts/$(./scripts/capi-name.sh)
Expand Down

0 comments on commit f0abcb0

Please sign in to comment.