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 3f8683b commit 728c9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: Install deps
run: apt-get install -y libboost-dev libboost-system-dev
run: sudo apt-get install -y libboost-dev libboost-system-dev

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

0 comments on commit 728c9a2

Please sign in to comment.