Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman committed Apr 17, 2024
1 parent 6e7001a commit ce99d30
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions cache/action.yml
Expand Up @@ -22,11 +22,15 @@ runs:
cabal update
cabal build all -j
timeout 15m haskell-language-server --project-ghc-version || true
- name: Prep artifacts
uses: devx {0}
run: |
mkdir ~/.artifact
mv dist-newstyle ~/.artifact/
mv ~/.cabal-devx ~/.artifact/
mv ~/.cache ~/.artifact/
- name: Cache build artifacts (used to speed up GitHub Codespaces bootstrapping)
uses: actions/upload-artifact@v4
with:
name: cache-${{ github.event.pull_request.head.sha || github.sha }}-${{ inputs.ghc_version }}
path: |
./dist-newstyle
~/.cabal-devx
~/.cache
path: ~/.artifact

0 comments on commit ce99d30

Please sign in to comment.