From 461451257ae3831f5ed9ef4255562b41d796b5e7 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Tue, 1 Nov 2022 20:47:56 +0100 Subject: [PATCH] forgot needs --- .github/workflows/trial.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/trial.yml b/.github/workflows/trial.yml index 2cb000f..cc45587 100644 --- a/.github/workflows/trial.yml +++ b/.github/workflows/trial.yml @@ -19,13 +19,14 @@ jobs: - run: node fetch.mjs build: + runs-on: ubuntu-latest + needs: tags strategy: matrix: ${{fromJson(needs.tags.outputs.matrix)}} # include: # - tag: 1.20.2 # version: 1.20.2 - runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Set up QEMU