Skip to content

Commit

Permalink
fix: improve ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
UndiedGamer committed Dec 25, 2024
1 parent 8782942 commit 2d7b260
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,9 @@ jobs:
run: zig build -Doptimize=ReleaseSafe -Dtarget=${{ matrix.zig-target }} -freference-trace

- name: Build Rust Project
run: cargo build --verbose --release --target ${{ matrix.target }}
uses: houseabsolute/actions-rust-cross@v0
with:
command: build
target: ${{ matrix.platform.target }}
args: "--locked --release"
strip: true

0 comments on commit 2d7b260

Please sign in to comment.