diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 416def5..a224495 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,12 +77,14 @@ jobs: - uses: actions/checkout@main with: submodules: true - - name: Restore artifact + - name: Restore from cache uses: actions/cache@main with: key: gcc-13.2.0 fail-on-cache-miss: true - working-directory: /tmp + path: | + /tmp/x86_64-linux-gnu.tar.xz + /tmp/x86_64-linux-gnu.tar.xz.sha256 - name: Setup toolchain run: | tar --directory='/tmp' --extract --file='./x86_64-linux-gnu.tar.xz'