Skip to content

Commit

Permalink
CI: try using nix
Browse files Browse the repository at this point in the history
  • Loading branch information
fkrause98 committed Sep 4, 2024
1 parent db70ae3 commit e4dc237
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: erlef/setup-beam@v1
- uses: cachix/install-nix-action@v27
with:
otp-version: "27.0.1"
rebar3-version: "3.23.0"
nix_path: nixpkgs=channel:nixos-unstable
- name: Setup erlang
run: cd sequential/installing && nix-shell
- run: make test PROFILE=ci

0 comments on commit e4dc237

Please sign in to comment.