Configure CI to build statically
This commit is contained in:
parent
a496f2bdfe
commit
e9b04d6a21
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
|||||||
name: Rust project
|
name: Rust project
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest]
|
os: [ubuntu-latest, windows-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@ -30,4 +30,4 @@ jobs:
|
|||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: build
|
command: build
|
||||||
args: --release --all-features
|
args: --release
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "raylib-ffi"
|
name = "raylib-ffi"
|
||||||
version = "4.5.3"
|
version = "4.5.4"
|
||||||
authors = ["Evan Pratten <ewpratten@gmail.com>"]
|
authors = ["Evan Pratten <ewpratten@gmail.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Automatic raw Rust bindings to raylib"
|
description = "Automatic raw Rust bindings to raylib"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user