Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
spencewenski committed Oct 19, 2024
1 parent 5f9a54c commit ef85258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/feature_powerset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
steps:
- name: Foo
run: |
echo "${{ matrix.features }}"
for feature in "${{ matrix.features }}"; do
features=$(echo "${{ join(matrix.features, '\n') }}")
for feature in "${features[@]}"; do
echo "$feature"
done
# echo "${{ matrix.index }}"
Expand Down

0 comments on commit ef85258

Please sign in to comment.