Skip to content
Snippets Groups Projects
Verified Commit 025c6faa authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

chore: simplified

parent 5de04df9
No related branches found
No related tags found
No related merge requests found
......@@ -55,8 +55,6 @@ 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
......@@ -64,7 +62,7 @@ jobs:
- 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment