Skip to content

Commit

Permalink
Update for OpenRiak
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Sep 26, 2024
1 parent 9630052 commit a1fca23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ name: Erlang CI
on:
push:
branches:
- nhse-develop
- nhse-develop-3.2
- nhse-develop-3.4
pull_request:
branches:
- nhse-develop
- nhse-develop-3.2
- nhse-develop-3.4

jobs:
Expand All @@ -24,14 +28,12 @@ jobs:
steps:
- uses: lukka/get-cmake@latest
- uses: actions/checkout@v4
- name: Apt update
run: sudo apt-get update
- name: Pre-Compile
run: sudo apt-get install -y libpam0g-dev
- name: Install Erlang/OTP
uses: erlef/setup-beam@v1
with:
otp-version: ${{ matrix.otp }}
- name: Pre-Compile
run: apt-get update && apt-get install -y libpam0g-dev
- name: Compile
run: ./rebar3 compile
- name: Run xref and dialyzer
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{deps, [
{canola, {git, "https://github.com/nhs-riak/canola", {branch, "nhse-develop"}}}
{canola, {git, "https://github.com/OpenRiak/canola", {branch, "nhse-develop"}}}
]}.

{profiles, [
Expand Down

0 comments on commit a1fca23

Please sign in to comment.