mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-21 08:39:46 +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
|
||||
env:
|
||||
MAKE: "/usr/bin/make"
|
||||
run: |
|
||||
LDFLAGS="-Wl,--export-all-symbols" \
|
||||
MAKE=/usr/bin/make \
|
||||
/usr/bin/cmake \
|
||||
-G"Unix Makefiles" \
|
||||
-B build \
|
||||
@ -137,6 +140,8 @@ jobs:
|
||||
run: cat build/libnetcdf.settings
|
||||
|
||||
- name: (CMake) Build All
|
||||
env:
|
||||
MAKE: "/usr/bin/make"
|
||||
run: cmake --build build -j$(nproc)
|
||||
if: ${{ success() }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user