Skip to content

Commit 0d6d8bf

Browse files
committed
cygwin
1 parent 3a92237 commit 0d6d8bf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/CI-cygwin.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ jobs:
4242
- name: make simplecpp
4343
shell: cmd
4444
run: |
45+
echo ${{ env.GITHUB_WORKSPACE }}
4546
pwd
4647
ls -l
48+
g++ -c test.cpp
4749
make -j1 CXXOPTS="-Werror"
4850
4951
- name: make simplecpp

0 commit comments

Comments
 (0)