Skip to content

Commit 287c54d

Browse files
committed
ugh... 😫
1 parent 9dd88dc commit 287c54d

File tree

3 files changed

+1
-67
lines changed

3 files changed

+1
-67
lines changed

.github/workflows/debug.yml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,6 @@ jobs:
3636
export/debug/windows/obj/
3737
restore-keys: windows-debug-cache
3838

39-
- name: Cache Oxipng
40-
uses: actions/cache@v4.3.0
41-
with:
42-
path: ~/.cargo/
43-
key: windows-cargo
44-
- name: Install Oxipng
45-
run: which oxipng || cargo install oxipng
46-
- name: Optimize PNGs
47-
run: |-
48-
oxipng -o 4 -i 0 --strip safe *.png
49-
5039
- name: Install Libraries
5140
run: haxe -cp commands -D analyzer-optimize --run Main setup --always
5241

@@ -125,17 +114,6 @@ jobs:
125114
export/debug/mac/obj/
126115
restore-keys: mac-debug-cache
127116

128-
- name: Cache Oxipng
129-
uses: actions/cache@v4.3.0
130-
with:
131-
path: ~/.cargo/
132-
key: mac-cargo
133-
- name: Install Oxipng
134-
run: which oxipng || cargo install oxipng
135-
- name: Optimize PNGs
136-
run: |-
137-
oxipng -o 4 -i 0 --strip safe *.png
138-
139117
- name: Install Libraries
140118
run: haxe -cp commands -D analyzer-optimize --run Main setup --always
141119

@@ -214,17 +192,6 @@ jobs:
214192
export/debug/linux/obj/
215193
restore-keys: linux-debug-cache
216194

217-
- name: Cache Oxipng
218-
uses: actions/cache@v4.3.0
219-
with:
220-
path: ~/.cargo/
221-
key: linux-cargo
222-
- name: Install Oxipng
223-
run: which oxipng || cargo install oxipng
224-
- name: Optimize PNGs
225-
run: |-
226-
oxipng -o 4 -i 0 --strip safe *.png
227-
228195
- name: Installing Dependencies
229196
run: sudo apt-get update && sudo apt-get upgrade && sudo apt-get install libvlc-dev libvlccore-dev vlc-bin vlc
230197

.github/workflows/test.yml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,6 @@ jobs:
3636
export/build/windows/obj/
3737
restore-keys: windows-build-cache
3838

39-
- name: Cache Oxipng
40-
uses: actions/cache@v4.3.0
41-
with:
42-
path: ~/.cargo/
43-
key: windows-cargo
44-
- name: Install Oxipng
45-
run: which oxipng || cargo install oxipng
46-
- name: Optimize PNGs
47-
run: |-
48-
oxipng -o 4 -i 0 --strip safe *.png
49-
5039
- name: Install Libraries
5140
run: haxe -cp commands -D analyzer-optimize --run Main setup --always
5241

@@ -125,17 +114,6 @@ jobs:
125114
export/build/mac/obj/
126115
restore-keys: mac-build-cache
127116

128-
- name: Cache Oxipng
129-
uses: actions/cache@v4.3.0
130-
with:
131-
path: ~/.cargo/
132-
key: mac-cargo
133-
- name: Install Oxipng
134-
run: which oxipng || cargo install oxipng
135-
- name: Optimize PNGs
136-
run: |-
137-
oxipng -o 4 -i 0 --strip safe *.png
138-
139117
- name: Install Libraries
140118
run: haxe -cp commands -D analyzer-optimize --run Main setup --always
141119

@@ -214,17 +192,6 @@ jobs:
214192
export/build/linux/obj/
215193
restore-keys: linux-build-cache
216194

217-
- name: Cache Oxipng
218-
uses: actions/cache@v4.3.0
219-
with:
220-
path: ~/.cargo/
221-
key: linux-cargo
222-
- name: Install Oxipng
223-
run: which oxipng || cargo install oxipng
224-
- name: Optimize PNGs
225-
run: |-
226-
oxipng -o 4 -i 0 --strip safe *.png
227-
228195
- name: Installing Dependencies
229196
run: sudo apt-get update && sudo apt-get upgrade && sudo apt-get install libvlc-dev libvlccore-dev vlc-bin vlc
230197

engine/assets

0 commit comments

Comments
 (0)