Skip to content

Commit

Permalink
Configure CI to build statically
Browse files Browse the repository at this point in the history
  • Loading branch information
ewpratten committed Oct 16, 2023
1 parent a496f2b commit e9b04d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Rust project
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand All @@ -30,4 +30,4 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: build
args: --release --all-features
args: --release
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "raylib-ffi"
version = "4.5.3"
version = "4.5.4"
authors = ["Evan Pratten <ewpratten@gmail.com>"]
edition = "2021"
description = "Automatic raw Rust bindings to raylib"
Expand Down

0 comments on commit e9b04d6

Please sign in to comment.