summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-05-03 10:48:06 -0700
committerGitHub <noreply@github.com>2021-05-03 17:48:06 +0000
commitfc98e575192e6a07e0cb56118d8800ee7c98c6a0 (patch)
tree8527068312c9c48c6346116d922fbe91ada64b60 /.github
parent0daac05ab78459a3f3d773daea41e5eee9aa78f2 (diff)
SymFPU: Automatically apply patch from 2020-11-14. (#6471)
This automatically applies @martin-cs's working patch from 2020-11-14. It fixes several issues, all covered open issues are added as regression tests. Fixes #3582. Fixes #5511. Fixes #6164.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d216d07fe..b53370f60 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -168,7 +168,6 @@ jobs:
with:
path: build/deps
key: deps-${{ runner.os }}-${{ matrix.cache-key }}-${{ hashFiles('cmake/Find**', 'cmake/deps-helper.cmake') }}-${{ hashFiles('.github/workflows/ci.yml') }}
- restore-keys: deps-${{ runner.os }}-${{ matrix.cache-key }}-
- name: Configure
run: |
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback