diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c2277f70..3e9e33f5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,10 @@ jobs: restore-keys: | ${{ runner.os }}-gems- + # Make sure we use the latest version of MatrixKit + - name: Reset MatrixKit pod + run: rm -rf Pods/MatrixKit + # Common setup # Note: GH actions do not support yaml anchor yet. We need to duplicate this for every job - name: Bundle install @@ -72,6 +76,10 @@ jobs: restore-keys: | ${{ runner.os }}-gems- + # Make sure we use the latest version of MatrixKit + - name: Reset MatrixKit pod + run: rm -rf Pods/MatrixKit + # Common setup # Note: GH actions do not support yaml anchor yet. We need to duplicate this for every job - name: Bundle install diff --git a/CHANGES.rst b/CHANGES.rst index d3a374cdf..21b05b410 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -18,7 +18,7 @@ Changes to be released in next version * 🧱 Build - * + * GH Actions: Make sure we use the latest version of MatrixKit. Others *