Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
add haxelib stuff
  • Loading branch information
singpolyma authored May 21, 2024
1 parent bce918d commit 6f8f825
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y haxe libstrophe-dev
haxelib /usr/share/haxe/lib
sudo haxelib install datetime
sudo haxelib install haxe-strings
sudo haxelib install hsluv
sudo haxelib install tink_http
sudo haxelib install sha
sudo haxelib install thenshim
- name: Tests
run: make test
Expand Down

0 comments on commit 6f8f825

Please sign in to comment.