Sfoglia il codice sorgente

Update cmake.yml

pull/1586/head
Ray 4 anni fa
committed by GitHub
parent
commit
ccdf2a3a9e
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      .github/workflows/cmake.yml

+ 2
- 2
.github/workflows/cmake.yml Vedi File

@ -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

Caricamento…
Annulla
Salva