Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion authored Dec 26, 2024
1 parent e62c3ce commit a8efc83
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,40 +23,3 @@ jobs:
haxelib git flixel-raylib https://github.com/Vortex2Oblivion/flixel-raylib
cd test
haxe build.hxml
build-macos:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@main
with:
submodules: true

- name: Setup Haxe
uses: krdlab/setup-haxe@master
with:
haxe-version: 4.3.6

- name: Compiling
run: |
haxelib git flixel-raylib https://github.com/Vortex2Oblivion/flixel-raylib
cd test
haxe build.hxml
build-linux:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@main
with:
submodules: true

- name: Setup Haxe
uses: krdlab/setup-haxe@master
with:
haxe-version: 4.3.6

- name: Compiling
run: |
haxelib git flixel-raylib https://github.com/Vortex2Oblivion/flixel-raylib
cd test
haxe build.hxml

0 comments on commit a8efc83

Please sign in to comment.