Skip to content

Commit

Permalink
Remove windows build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Tereius committed Aug 18, 2024
1 parent 29479ad commit ac07d89
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,10 @@ jobs:
conan_options: "plabels/*:shared=True"
conan_deploy_artifacts: true

build_windows:
name: "Windows"
uses: Privatehive/conan-workflows/.github/workflows/createPackage.yml@master
with:
image: "ghcr.io/privatehive/conan-wine:latest"
machine_type: c2d-standard-8
conan_host_profile: "windowsMinGW"
conan_remotes: https://conan.privatehive.de/artifactory/api/conan/public-conan
conan_options: "plabels/*:shared=False"

upload_recipe:
name: "Finalize"
uses: Privatehive/conan-workflows/.github/workflows/uploadRecipe.yml@master
needs: [ build_linux, build_windows ]
needs: [ build_linux ]
if: ${{ success() }}
secrets: inherit
with:
Expand Down

0 comments on commit ac07d89

Please sign in to comment.