Skip to content

Commit e414cab

Browse files
committed
whoops
1 parent 4a12cf5 commit e414cab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
sudo apt-get install libvlccore-dev
3737
haxelib setup ~/haxelib
3838
haxelib install hxcpp > /dev/null --quiet
39-
chmod +x ./setup/unix.sh
40-
sh ./setup/unix.sh
39+
chmod +x ./setup/unixLinux.sh
40+
sh ./setup/unixLinux.sh
4141
- name: Skip SScript setup mode
4242
run: echo 'oy9:showMacroty8:loopCosti25y10:includeAllfg' >> ~/settings.cocoa
4343
- name: Create Version Tag
@@ -93,8 +93,8 @@ jobs:
9393
run: |
9494
haxelib setup ~/haxelib
9595
haxelib install hxcpp > /dev/null --quiet
96-
chmod +x ./setup/unix.sh
97-
sh ./setup/unix.sh
96+
chmod +x ./setup/unixMac.sh
97+
sh ./setup/unixMac.sh
9898
- name: Skip SScript setup mode
9999
run: echo 'oy9:showMacroty8:loopCosti25y10:includeAllfg' >> ~/settings.cocoa
100100
- name: Create Version Tag

0 commit comments

Comments
 (0)