Skip to content

Commit

Permalink
ci: remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
morinim committed Jun 19, 2024
1 parent 3288f8e commit 50f4c16
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,17 @@ jobs:
build_type: ["Debug", "Release"]
config:
- {
name: "Windows Latest MSVC Debug",
name: "Windows Latest MSVC ",
artifact: "windows-msvc-debug.txz",
os: windows-latest,
cc: "cl", cxx: "cl"
}
- {
name: "Windows Latest MSVC Release",
artifact: "windows-msvc-release.txz",
os: windows-latest,
cc: "cl", cxx: "cl"
}
- {
name: "Ubuntu Latest GCC Debug",
name: "Ubuntu Latest GCC ",
artifact: "linux-debug.txz",
os: ubuntu-latest,
cc: "gcc", cxx: "g++"
}
- {
name: "Ubuntu Latest GCC Releas",
artifact: "linux-release.txz",
os: ubuntu-latest,
cc: "gcc", cxx: "g++"
}
#- {
# name: "macOS Latest Clang",
# artifact: "macos.txz",
Expand Down

0 comments on commit 50f4c16

Please sign in to comment.