Explorar el Código

testbed: try to use gha-setup-ninja to setup ninja on the CI

Michele Caini hace 1 año
padre
commit
81b8d01e96
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .github/workflows/testbed.yml

+ 1 - 0
.github/workflows/testbed.yml

@@ -59,6 +59,7 @@ jobs:
 
     steps:
     - uses: actions/checkout@v4
+    - uses: seanmiddleditch/gha-setup-ninja@master
     - name: Compile testbed
       working-directory: build
       run: |