Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
singpolyma authored May 21, 2024
1 parent 3a236a7 commit 68ddedc
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,19 @@ jobs:

- name: Dependencies
run: |
sudo apt-get update
sudo apt-get install -y haxe libstrophe-dev
sudo sh -c 'echo deb https://www.deb-multimedia.org sid main non-free > /etc/apt/sources.list.d/dm.list'
sudo apt-get update -oAcquire::AllowInsecureRepositories=true
sudo apt-get install -y haxe libstrophe-dev libopus-dev libdatachannel-dev
haxelib setup ~/haxe
haxelib install datetime
haxelib install haxe-strings
haxelib install hsluv
haxelib install tink_http
haxelib install sha
haxelib install thenshim
haxelib install hxcpp
haxelib install hxtsdgen
haxelib install utest
haxelib --quiet install datetime
haxelib --quiet install haxe-strings
haxelib --quiet install hsluv
haxelib --quiet install tink_http
haxelib --quiet install sha
haxelib --quiet install thenshim
haxelib --quiet install hxcpp
haxelib --quiet install hxtsdgen
haxelib --quiet install utest
- name: Tests
run: make test
Expand Down

0 comments on commit 68ddedc

Please sign in to comment.