Skip to content

Commit

Permalink
Update continuous_integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfomin authored Aug 30, 2024
1 parent 890018a commit e564d1f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@ jobs:
fail-fast: false
matrix:
config:
# - {
# name: "MSVC x64",
# os: windows-latest,
# build_type: "Release",
# extra_options: "-A x64",
# package_name: "vs_x64",
# vcpkg_triplet: x64-windows,
# shell: bash,
# }
- {
name: "MSYS2 UCRT64",
os: windows-latest,
Expand Down Expand Up @@ -170,6 +161,5 @@ jobs:
uses: ncipollo/release-action@v1
with:
name: ${{ github.ref_name }}
bodyFile: CHANGELOG.md
allowUpdates: true
artifacts: build/*.zip

0 comments on commit e564d1f

Please # to comment.