Skip to content

Commit

Permalink
chore: simplified
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Aug 1, 2023
1 parent 5de04df commit 025c6fa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,14 @@ jobs:
rustup install 1.71.0
rustup override set 1.71.0
rustup default stable-msvc
- name: Setup vcpkg
uses: lukka/run-vcpkg@v11
- name: Build Base
run: |
cargo build
cargo build --release
- name: Build SDL
run: |
cd frontends/sdl
cargo install cargo-vcpkg
cargo install cargo-vcpkg && cargo vcpkg -v build
cargo build
cargo build --release
- name: Build Libretro
Expand Down

0 comments on commit 025c6fa

Please sign in to comment.