Skip to content

Commit 3fa2a4f

Browse files
committed
ci: use our new lix installer action
1 parent 2ebd3ea commit 3fa2a4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v4
1717
- name: Install Lix
18-
uses: samueldr/lix-gha-installer-action@v1
18+
uses: canidae-solutions/lix-quick-install-action@v1
1919
- name: Fetch Elixir dependencies
2020
run: nix-shell --pure --run "mix deps.get"
2121
- name: Generate docs

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Check out repo
1313
uses: actions/checkout@v4
1414
- name: Install Lix
15-
uses: samueldr/lix-gha-installer-action@v1
15+
uses: canidae-solutions/lix-quick-install-action@v1
1616
- name: Run `mix deps.get` in a Nix shell
1717
run: nix-shell --pure --run "mix deps.get"
1818
- name: Run `mix test` in a Nix shell

0 commit comments

Comments
 (0)