Commit bf8d1520 authored by Jason Madden's avatar Jason Madden

No fallback without CFLAGS.

parent bf4ef281
......@@ -121,9 +121,11 @@ jobs:
with:
path: deps/*/config.cache
# XXX: This should probably include a hash of each configure script
# We don't have a restore-keys that doesn't include the CFLAGS becouse
# the scripts fail to run if they get different CFLAGS, and GHA offers no
# way to manually clear the cache.
key: ${{ runner.os }}-configcache-${{ matrix.python-version }}-${{ env.CFLAGS }}
restore-keys: |
${{ runner.os }}-configcache-
- name: Install gevent
# Install gevent. Yes, this will create different files each time,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment