File tree Expand file tree Collapse file tree 3 files changed +1
-67
lines changed
Expand file tree Collapse file tree 3 files changed +1
-67
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments