Skip to content

Commit

Permalink
tmp: disable chez build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
tizoc committed Mar 18, 2024
1 parent 14b8af0 commit a411efd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Chez cache
id: shen-scheme-chez10-cache
uses: actions/cache@v2
with:
path: _build/chez
key: ${{ matrix.os }}-chez-${{ env.CHEZ_SCHEME_VERSION }}
#- name: Chez cache
# id: shen-scheme-chez10-cache
# uses: actions/cache@v2
# with:
# path: _build/chez
# key: ${{ matrix.os }}-chez-${{ env.CHEZ_SCHEME_VERSION }}
- name: Install deps (Ubuntu)
run: sudo apt-get install -y uuid-dev
if: runner.os == 'linux'
Expand Down

0 comments on commit a411efd

Please sign in to comment.