Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
sudo for apt in workflow
  • Loading branch information
singpolyma committed May 21, 2024
1 parent d8bf9e9 commit bce918d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
- uses: actions/checkout@v4

- name: Dependencies
run: apt install haxe libstrophe-dev
run: |
sudo apt-get update
sudo apt-get install -y haxe libstrophe-dev
- name: Tests
run: make test
Expand Down

0 comments on commit bce918d

Please sign in to comment.