Skip to content

Commit

Permalink
Use lfs always
Browse files Browse the repository at this point in the history
  • Loading branch information
finnhodgkin committed Oct 18, 2024
1 parent fbd86ea commit 41e7b3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
lfs: "true"
- name: Install cargo-dist
run: ${{ matrix.install_dist }}
# Get the dist-manifest
Expand Down Expand Up @@ -169,6 +170,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
lfs: "true"
- name: Install cached cargo-dist
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -218,6 +220,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
lfs: "true"
- name: Install cached cargo-dist
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -310,3 +313,4 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
lfs: "true"
2 changes: 1 addition & 1 deletion dist.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "purescript-lsp"
version = "1.0.8"
version = "1.0.9"
license = "BSD-3-Clause"
repository = "https://github.com/OxfordAbstracts/purescript-lsp-bin"
binaries = ["purs"]
Expand Down

0 comments on commit 41e7b3d

Please sign in to comment.