Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulc29 authored Dec 12, 2023
1 parent eb6b0c2 commit a631724
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
id: cache-cabal
with:
path: |
~/.cabal/packages
~/.cabal/store
~/.cabal/bin
~/.local/bin
dist-newstyle
~/.cabal/packages
~/.cabal/store
~/.cabal/bin
~/.local/bin
dist-newstyle
key: ${{ runner.os }}-${{ matrix.ghc-ver }}-${{ matrix.cabal-ver }}-${{ matrix.agda-ref }}
- name: Install cabal
if: steps.cache-cabal.outputs.cache != 'true'
Expand Down Expand Up @@ -74,4 +74,4 @@ jobs:
cd master
cd src
agda --html --html-dir=../docs index.agda
cp -f -R main/ ~/main-build/
cp -f -R main/ ~/main-build/

0 comments on commit a631724

Please sign in to comment.