Skip to content

Commit

Permalink
oopsies
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion authored Dec 11, 2024
1 parent 1897540 commit 0168e6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Compiling
run: |
haxelib --quiet git hxpy https://github.com/Vortex2Oblivion/flixel-raylib
haxelib git flixel-raylib https://github.com/Vortex2Oblivion/flixel-raylib
cd test
haxe build.hxml
build-macos:
Expand All @@ -38,7 +38,7 @@ jobs:

- name: Compiling
run: |
haxelib --quiet git hxpy https://github.com/Vortex2Oblivion/flixel-raylib
haxelib git flixel-raylib https://github.com/Vortex2Oblivion/flixel-raylib
cd test
haxe build.hxml
build-linux:
Expand All @@ -56,7 +56,7 @@ jobs:

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

0 comments on commit 0168e6a

Please sign in to comment.