Skip to content

Commit

Permalink
fixing nonbloom finally
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Sep 17, 2023
1 parent 38010a3 commit e4a7c3e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/unstable_nonbloom_amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ jobs:
token: ${{ secrets.PUSH_TOKEN }}
- id: generate
run: |
./.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"
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 e4a7c3e

Please sign in to comment.