Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
aregtech committed Oct 15, 2024
1 parent 3d664c8 commit 43e1923
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,18 @@ jobs:
& C:\setup.exe -qgnO -t | Out-Default

- name: Update the Cygwin path
if: matrix.config.family == 'cygwin'
shell: C:\cygwin\bin\bash.exe --noprofile --norc -o igncr -eo pipefail '{0}'
run: |
set -e
export PATH=/usr/bin:$(cygpath ${SYSTEMROOT})/system32
export NO_PAM=1 NO_UNWIND=1 NO_WOLFSSL=1
export SHELL=/bin/dash

- name: Config Git add safe directory
if: matrix.config.family == 'cygwin'
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}

- name: Set cmake cache destination for Linux
if: matrix.config.os == 'ubuntu-latest'
run: echo "CACHE_DEST=./product/cache/${{matrix.config.name}}" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 43e1923

Please sign in to comment.