From: nishi Date: Sun, 9 Jun 2024 23:44:53 +0000 (+0000) Subject: cache watcom X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=4fd2496cfd67124c2f8c17e832afb4b1e47d4423;p=dataworks.git cache watcom git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@224 d4a5a174-5a4a-5b4b-b672-37683c10d7d5 --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ea65061..1427bfb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,9 +18,11 @@ jobs: - uses: actions/cache@v4 with: save-always: true - path: /var/cache/apt - key: pkgcache-${{ github.sha }} - restore-keys: pkgcache- + path: | + /var/cache/apt + /usr/watcom + key: cache-${{ github.sha }} + restore-keys: cache- - name: Install packages run: sudo apt-get install zip byacc flex doxygen mingw-w64 graphviz - name: Create /usr/watcom