Skip to content

Commit d49fa51

Browse files
committed
ls
1 parent f3b5ba0 commit d49fa51

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/hipo-win-conda-forge.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ jobs:
2020
run: |
2121
conda install -y -c conda-forge gklib
2222
conda activate test
23-
dir "%CONDA_PREFIX%\Library\share\cmake\GKlib"
24-
dir "%CONDA_PREFIX%\Library\lib\cmake\GKlib
23+
24+
- name: LS
25+
shell: bash
26+
run: |
27+
ls C:\Users\runneradmin\conda_pkgs_dir
2528
2629
# - name: Check installs
2730
# working-directory: ${{runner.workspace}}

0 commit comments

Comments
 (0)