Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline authored Dec 14, 2023
1 parent 119a564 commit 16ef40e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ jobs:
sudo apt-get install libvlccore-dev
haxelib setup ~/haxelib
haxelib install hxcpp > /dev/null --quiet
haxelib git systools https://github.com/haya3218/retools
haxelib install lime
haxelib install format > nul
haxe -cp ./setup -D analyzer-optimize -main Main --interp
haxelib git systools https://github.com/haya3218/retools
- name: Skip SScript setup mode
run: echo 'oy9:showMacroty8:loopCosti25y10:includeAllfg' >> ~/settings.cocoa
- name: Rebuild systools
Expand Down Expand Up @@ -72,9 +73,10 @@ jobs:
run: |
haxelib setup C:/haxelib
haxelib install hxcpp > /dev/null --quiet
haxelib git systools https://github.com/haya3218/retools
haxelib install lime
haxelib install format > nul
haxe -cp ./setup -D analyzer-optimize -main Main --interp
haxelib git systools https://github.com/haya3218/retools
shell: cmd
- name: Skip SScript setup mode
run: echo 'oy9:showMacroty8:loopCosti25y10:includeAllfg' >> %USERPROFILE%/settings.cocoa
Expand Down Expand Up @@ -105,9 +107,10 @@ jobs:
run: |
haxelib setup ~/haxelib
haxelib install hxcpp > /dev/null --quiet
haxelib git systools https://github.com/haya3218/retools
haxelib install lime
haxelib install format > nul
haxe -cp ./setup -D analyzer-optimize -main Main --interp
haxelib git systools https://github.com/haya3218/retools
- name: Skip SScript setup mode
run: echo 'oy9:showMacroty8:loopCosti25y10:includeAllfg' >> ~/settings.cocoa
- name: Rebuild systools
Expand Down

0 comments on commit 16ef40e

Please sign in to comment.