COS301-SE-2024 / BeakPeek

All the features you've ever wanted in a bird watching app
5 stars 1 forks source link

Fix Flutter Workflow Cache Restore #65

Closed ChuufMaster closed 2 weeks ago

ChuufMaster commented 2 weeks ago

In flutter workflow

It might have something to do with this block of code:

name: Cache Flutter dependancies
        uses: actions/cache@v3
        with:
          path: |
            ~./.pub-cache
            ~./.flutter
          keys: ${{ runner.os }}-pub-${{ hashFiles('**/pubspec.yaml') }}
          restore-keys: |
            ${{ runner.os }}-pub-
# ----------^^^^^^^^^^^^^^^^^^^^^--------------------