Skip to content

Commit d1e4bc8

Browse files
committed
All should be well now
1 parent 7b5555a commit d1e4bc8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ jobs:
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: |
@@ -31,7 +30,6 @@ jobs:
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:

0 commit comments

Comments
 (0)