Skip to content

Commit

Permalink
wip test
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Sep 17, 2023
1 parent 0cfb595 commit f5f3c2c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/unstable_nonbloom_amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ jobs:
token: ${{ secrets.PUSH_TOKEN }}
- id: generate
run: |
JOB_STRATEGY_MATRIX=$(./.ci/get_nonbloom_build_matrix.sh nonbloom unstable amd64)
echo "packages=$JOB_STRATEGY_MATRIX" >> "$GITHUB_OUTPUT"
./.ci/get_nonbloom_build_matrix.sh nonbloom unstable amd64
# JOB_STRATEGY_MATRIX=$(./.ci/get_nonbloom_build_matrix.sh nonbloom unstable amd64)
# echo "packages=$JOB_STRATEGY_MATRIX" >> "$GITHUB_OUTPUT"
build-job:
needs: generate-jobs
Expand Down

0 comments on commit f5f3c2c

Please sign in to comment.