Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicletz committed Oct 4, 2023
1 parent b9e42c2 commit 3f8683b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ on: ["push", "pull_request"]

jobs:
test_and_build:
name: "Build mix release"
name: "Build and lint"
runs-on: "ubuntu-latest"
steps:
- name: Install deps
run: apt-get install -y libboost-dev libboost-system-dev

- name: Setup elixir
uses: erlef/setup-elixir@v1
with:
Expand Down

0 comments on commit 3f8683b

Please sign in to comment.