mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-12 15:45:21 +08:00
FIX: Force MAKE=/usr/bin/make
Why isn't CYGWIN_NOWINPATH working?
This commit is contained in:
parent
8a52acb360
commit
bc522f118a
5
.github/workflows/run_tests_win_cygwin.yml
vendored
5
.github/workflows/run_tests_win_cygwin.yml
vendored
@ -110,8 +110,11 @@ jobs:
|
|||||||
###
|
###
|
||||||
|
|
||||||
- name: (CMake) Configure Build
|
- name: (CMake) Configure Build
|
||||||
|
env:
|
||||||
|
MAKE: "/usr/bin/make"
|
||||||
run: |
|
run: |
|
||||||
LDFLAGS="-Wl,--export-all-symbols" \
|
LDFLAGS="-Wl,--export-all-symbols" \
|
||||||
|
MAKE=/usr/bin/make \
|
||||||
/usr/bin/cmake \
|
/usr/bin/cmake \
|
||||||
-G"Unix Makefiles" \
|
-G"Unix Makefiles" \
|
||||||
-B build \
|
-B build \
|
||||||
@ -137,6 +140,8 @@ jobs:
|
|||||||
run: cat build/libnetcdf.settings
|
run: cat build/libnetcdf.settings
|
||||||
|
|
||||||
- name: (CMake) Build All
|
- name: (CMake) Build All
|
||||||
|
env:
|
||||||
|
MAKE: "/usr/bin/make"
|
||||||
run: cmake --build build -j$(nproc)
|
run: cmake --build build -j$(nproc)
|
||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user