Skip to content

Commit

Permalink
[ change ][ ci ] Cache DLLs on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
banacorn committed Oct 22, 2021
1 parent 41b8fb0 commit dbc911e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
key: ${{ runner.os }}-stack-work-${{ hashFiles('**.yaml') }}
restore-keys: |
${{ runner.os }}-stack-work
- name: 💾 Cache agda-language-server/.stack-work
uses: actions/cache@v2
with:
Expand All @@ -45,6 +46,12 @@ jobs:
restore-keys: |
${{ runner.os }}-agda-language-server-stack-work
- name: 💾 Cache agda-language-server/lib
uses: actions/cache@v2
with:
path: agda-language-server/lib
key: ${{ runner.os }}-agda-language-server-dylibs-${{ hashFiles('agda-language-server/package.yaml') }}

# actions:

- name: ⏬ Install stack
Expand Down
2 changes: 1 addition & 1 deletion agda-language-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: agda-language-server
version: 0.2.0
version: 0.2.1
synopsis: An implementation of language server protocal (LSP) for Agda 2.
description: Please see the README on GitHub at <https://github.com/banacorn/agda-language-server#readme>
category: Development
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: agda-language-server
version: 0.2.0
version: 0.2.1
github: "banacorn/agda-language-server"
license: MIT
author: "Ting-Gian LUA"
Expand Down

0 comments on commit dbc911e

Please sign in to comment.