Skip to content

Commit

Permalink
fix silly
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed May 25, 2024
1 parent dd783aa commit 0af24c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0af24c9

Please sign in to comment.