From fc98e575192e6a07e0cb56118d8800ee7c98c6a0 Mon Sep 17 00:00:00 2001 From: Aina Niemetz Date: Mon, 3 May 2021 10:48:06 -0700 Subject: 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. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.github') 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: | -- cgit v1.2.3