Skip to content

Commit

Permalink
Fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ni4 committed Feb 11, 2025
1 parent 7372706 commit 0e9ac35
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/windows-msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,17 @@ jobs:
gtest:p
path-type: minimal

- name: Debug Environment 2
run: |
echo "OSTYPE=$OSTYPE"
echo "MSYSTEM=$MSYSTEM"
echo "SHELL=$SHELL"
which bash
ls -l /usr/bin/bash
ldd /usr/bin/bash
bash --version
echo "PATH=$PATH"
- name: Configure
run: |
echo CORES="$(nproc --all)" >> $GITHUB_ENV
Expand Down Expand Up @@ -150,7 +161,7 @@ jobs:
repository: kward/shunit2
path: ci/tests/shunit2

- name: Debug Environment
- name: Debug Environment 2
run: |
echo "OSTYPE=$OSTYPE"
echo "MSYSTEM=$MSYSTEM"
Expand Down

0 comments on commit 0e9ac35

Please sign in to comment.