From 0af24c9205047d1ba99f2dcd5d8756ad75f14c5f Mon Sep 17 00:00:00 2001 From: Andreas Stefl Date: Sat, 25 May 2024 10:00:11 +0200 Subject: [PATCH] fix silly --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a30988a..d045c8f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: matrix: config: - { os: ubuntu-22.04, compiler: clang-15, cc: clang-15, cxx: clang++-15 } - ${{ fromJson(needs.find-all-packages.outputs.packages) }} + package: ${{ fromJson(needs.find-all-packages.outputs.packages) }} steps: - name: checkout uses: actions/checkout@v4