Skip to content

Commit

Permalink
Update game_ply_limit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dpldgr committed Nov 7, 2024
1 parent 35d254f commit e92538d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/game_ply_limit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:

- name: Set matrix data
id: set-matrix
run: echo "matrix=$(jq -c . < .github/workflows/matrix.json)" >> $GITHUB_OUTPUT
run: echo "matrix=$(jq -c . < .github/workflows/matrix.json)" >> $GITHUB_STEP_SUMMARY
echo "matrix=$(jq -c . < .github/workflows/matrix.json)" >> $GITHUB_OUTPUT

build:
needs: configure
Expand Down

0 comments on commit e92538d

Please sign in to comment.