Parcourir la source

Update cmake.yml

pull/1586/head
Ray il y a 4 ans
committed by GitHub
Parent
révision
ccdf2a3a9e
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      .github/workflows/cmake.yml

+ 2
- 2
.github/workflows/cmake.yml Voir le fichier

@ -1,4 +1,4 @@
name: CMake Builds
name: CMakeBuilds
on:
push:
@ -90,4 +90,4 @@ jobs:
shell: bash
# Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ctest -C $BUILD_TYPE
run: ctest -C $BUILD_TYPE

Chargement…
Annuler
Enregistrer