Skip to content

Commit

Permalink
Try explicit shell
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Dec 5, 2024
1 parent 0ab4f72 commit 7b9ca77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

defaults:
run:
shell: msys2 {0}
shell: cmd /C call D:\a\_temp\setup-msys2\msys2.CMD {0}

steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -54,14 +54,14 @@ jobs:
- name: build and install conda package
env:
LIBRARY_PATH: ${{ github.workspace }}/../sbcl/src/runtime
DYLD_LIBRARY_PATH: ${{ github.workspace }}/../sbcl/src/runtime
LD_LIBRARY_PATH: ${{ github.workspace }}/../sbcl/src/runtime
run: |
conda build recipe --output-folder conda-bld
conda install -c ${{ github.workspace }}/conda-bld/ sbcl-librarian
- name: set environment variables
run: |
echo "LIBRARY_PATH=$LIBSBCL_PATH:$CONDA_PREFIX/lib" >> "$GITHUB_ENV"
echo "DYLD_LIBRARY_PATH=$LIBSBCL_PATH:$CONDA_PREFIX/lib" >> "$GITHUB_ENV"
echo "LD_LIBRARY_PATH=$LIBSBCL_PATH:$CONDA_PREFIX/lib" >> "$GITHUB_ENV"
echo "C_INCLUDE_PATH=$CONDA_PREFIX/include" >> "$GITHUB_ENV"
- name: build and run example
working-directory: examples/libcalc
Expand Down

0 comments on commit 7b9ca77

Please sign in to comment.