From c8a30d5fcbefc2022896fdd6e8f1e49ae66e2164 Mon Sep 17 00:00:00 2001 From: Anichitei Ionel-Cristinel <49393881+ianichitei@users.noreply.github.com> Date: Tue, 30 Mar 2021 13:51:46 +0300 Subject: [PATCH] Update ci.yml We should really start using a build matrix. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3299416..63fb03f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,7 +115,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: ashutoshvarma/setup-ninja@master + - uses: seanmiddleditch/gha-setup-ninja@master - name: Build all run: | mkdir build