Skip to content

Commit 53c7647

Browse files
committed
chore: debug
Signed-off-by: Carlos A Becker <[email protected]>
1 parent 760dcd5 commit 53c7647

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
run: echo "goos=darwin" >> $GITHUB_ENV
2929
- if: matrix.os == 'windows-latest'
3030
run: echo "goos=windows" >> $GITHUB_ENV
31+
- run: echo "${{ env.flags }} @ ${{ env.goos }}"
3132
- uses: actions/checkout@v3
3233
with:
3334
fetch-depth: 0

0 commit comments

Comments
 (0)