]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: list window dir
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Fri, 10 Jan 2020 12:54:03 +0000 (13:54 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Fri, 10 Jan 2020 12:54:10 +0000 (13:54 +0100)
.github/workflows/windows.yml

index b70ccf4b66d2d576b747094901d078b144703055..afabe5cdb529159c937c6a1d8c1724f0effdb5e0 100644 (file)
@@ -21,6 +21,9 @@ jobs:
          BUILD_ON_WINDOWS: 1
          USE_DOUBLE: ${{ matrix.double }}
       run: make CC=$(which gcc) USE_DOUBLE=${{ matrix.double }}
+    - name: List dir after make
+      run: |
+        ls
     - name: Export Script Parameter
       run: |
            echo "::set-env name=test_dir::${{ runner.temp }}"