File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 44 build_linux :
55 name : Build Linux x86_64
66 runs-on : ubuntu-latest
7- if : false
87 steps :
98 - name : Install packages
109 run : |
3130 build_mac :
3231 name : Build macOS x86_64
3332 runs-on : macos-latest
34- if : false
3533 steps :
3634 - name : Install packages
3735 run : |
@@ -68,21 +66,15 @@ jobs:
6866 Expand-Archive -LiteralPath download\SDL2.zip -DestinationPath .\download
6967 cp download\SDL2*\lib\x64\SDL2.* .\
7068 Remove-Item -Recurse -Force download
71- Remove-Item -Recurse -Force download
72- dir
7369 - name : Set Rust toolchain
7470 uses : actions-rs/toolchain@v1
7571 with :
7672 toolchain : stable
7773 - name : Build
7874 uses : actions-rs/cargo@v1
79- if : false
8075 with :
8176 command : build
8277 args : --release
83- - name : Fail
84- run : |
85- asdfjkl
8678 - name : Upload binary
8779 uses : actions/upload-artifact@v1
8880 with :
You can’t perform that action at this time.
0 commit comments