Skip to content

Commit

Permalink
test ghactions
Browse files Browse the repository at this point in the history
  • Loading branch information
apcraig committed Jul 19, 2023
1 parent a8aa05d commit 5a4594e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test-cice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,15 @@ jobs:
echo "OS: ${{ matrix.os }}"
echo "ENVDEF: ${{ matrix.envdef }}"
echo "MINICOND: ${{ matrix.minicond }}"
echo "tcx1"
ls -alr /System/Library/Frameworks/Security.framework
echo "tcx2"
ls -alr /System/Library/Frameworks/Security.framework/Versions
echo "tcx3"
ls -alr /System/Library/Frameworks/Security.framework/Versions/A
echo "tcx4"
ls -alr /System/Library/Frameworks/Security.framework/Versions/A/Security
echo "tcx5"
- name : install miniconda
shell: /bin/bash {0}
run: |
Expand Down

0 comments on commit 5a4594e

Please sign in to comment.