소스 검색

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

Michele Caini 11 달 전
부모
커밋
81b8d01e96
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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: |