Skip to content

Commit

Permalink
ci: install nix before test-projects
Browse files Browse the repository at this point in the history
  • Loading branch information
PgBiel committed Jul 28, 2024
1 parent 3b58df7 commit 0439a37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,9 @@ jobs:
elixir-version: "1.16.1"
rebar3-version: "3"

- name: Install Nix
uses: nixbuild/nix-quick-install-action@v27

- name: Download Glistix binary from previous job
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 0439a37

Please sign in to comment.