Skip to content

Commit b916d92

Browse files
committed
some debugging
1 parent a2ab2b1 commit b916d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Build a package
1111
shell: C:\cygwin64\bin\bash.exe --login '{0}'
1212
run: |
13-
pulse/src/ci/package.sh -j 8 && echo "There is a CR at the end of this line"
13+
ls -la && pulse/src/ci/package.sh -j 8 && echo "There is a CR at the end of this line"
1414
- name: Archive the package
1515
uses: actions/upload-artifact@v3
1616
with:

0 commit comments

Comments
 (0)