Skip to content

Commit 48ffd0c

Browse files
committed
Oh SDL2, where art thou?
1 parent dcb87a3 commit 48ffd0c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ jobs:
6464
mkdir temp
6565
Invoke-WebRequest -Uri https://www.libsdl.org/release/SDL2-2.0.14-win32-x64.zip -OutFile SDL2.zip
6666
Expand-Archive -LiteralPath SDL2.zip -DestinationPath .\temp
67+
dir temp
6768
cp temp\SDL2*\lib\x64\SDL2.* .\
69+
dir
70+
ls
6871
Remove-Item -Recurse -Force temp
6972
- name: Checkout
7073
uses: actions/checkout@v2
@@ -78,9 +81,13 @@ jobs:
7881
toolchain: stable
7982
- name: Build
8083
uses: actions-rs/cargo@v1
84+
if: false
8185
with:
8286
command: build
8387
args: --release
88+
- name: Fail
89+
run: |
90+
asdfjkl
8491
- name: Upload binary
8592
uses: actions/upload-artifact@v1
8693
with:

0 commit comments

Comments
 (0)