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

fix: moved SDL install up

parent 1f20012c
No related branches found
No related tags found
No related merge requests found
...@@ -107,12 +107,12 @@ jobs: ...@@ -107,12 +107,12 @@ jobs:
rustup component add clippy rustup component add clippy
- name: Print Rust information - name: Print Rust information
run: rustc --version run: rustc --version
- name: Install SDL dependencies
run: cd frontends/sdl && cargo install cargo-vcpkg && cargo vcpkg build
- name: Verify Rust code format - name: Verify Rust code format
run: cd frontends/sdl && cargo fmt --all -- --check run: cd frontends/sdl && cargo fmt --all -- --check
- name: Verify Rust code linting - name: Verify Rust code linting
run: cd frontends/sdl && cargo clippy -- -D warnings -A unknown-lints run: cd frontends/sdl && cargo clippy -- -D warnings -A unknown-lints
- name: Install SDL dependencies
run: cd frontends/sdl && cargo install cargo-vcpkg && cargo vcpkg build
- name: Build development version - name: Build development version
run: cd frontends/sdl && cargo build run: cd frontends/sdl && cargo build
- name: Build release version - name: Build release version
......
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