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

chore: remove unneede builds

parent 025c6faa
No related branches found
No related tags found
No related merge requests found
......@@ -15,19 +15,16 @@ jobs:
uses: actions/checkout@v3
- name: Build Base
run: |
cargo build
cargo build --release
- name: Build SDL
run: |
cd frontends/sdl
apt-get update && apt-get install -y -q zip
cargo install cargo-vcpkg && cargo vcpkg -v build
cargo build
cargo build --release
- name: Build Libretro
run: |
cd frontends/libretro
cargo build
cargo build --release
- name: Transform filenames
run: |
......@@ -57,18 +54,15 @@ jobs:
rustup default stable-msvc
- name: Build Base
run: |
cargo build
cargo build --release
- name: Build SDL
run: |
cd frontends/sdl
cargo install cargo-vcpkg && cargo vcpkg -v build
cargo build
cargo build --release
- name: Build Libretro
run: |
cd frontends/libretro
cargo build
cargo build --release
- name: Transform Filenames
run: |
......
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