Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
put haxelib in build home
  • Loading branch information
singpolyma committed May 21, 2024
1 parent 9dc135d commit ce1be0b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y haxe libstrophe-dev
haxelib setup /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
haxelib setup ~/haxe
haxelib install datetime
haxelib install haxe-strings
haxelib install hsluv
haxelib install tink_http
haxelib install sha
haxelib install thenshim
- name: Tests
run: make test
Expand Down

0 comments on commit ce1be0b

Please sign in to comment.