(MOD) Aborted using bash for script executing for scripts modified are now supporting POSIX Shell.

(MOD) Modified github action file for abort supporting MS Windows as the target in current stage.
This commit is contained in:
2024-06-25 17:51:43 +08:00
parent b9c5bfbc00
commit 5e05e24e38
2 changed files with 10 additions and 21 deletions

View File

@@ -25,13 +25,10 @@ jobs:
#
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
build_type: [Release]
c_compiler: [gcc, clang, cl]
c_compiler: [gcc, clang]
include:
- os: windows-latest
c_compiler: cl
cpp_compiler: cl
- os: ubuntu-latest
c_compiler: gcc
cpp_compiler: g++