Skip to content

Commit

Permalink
Try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed Jun 2, 2024
1 parent e50bae6 commit 2a32cad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ updates:
schedule:
interval: monthly
groups:
all-depenencies:
all-dependencies:
patterns:
- "*"
7 changes: 3 additions & 4 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,11 @@ jobs:
if: startsWith(matrix.os, 'ubuntu') && matrix.target != 'wasm32-unknown-unknown'

- name: cargo build
uses: actions-rs/cargo@v1
uses: houseabsolute/actions-rust-cross@v0
with:
command: build
args: --release --locked --target=${{ matrix.target }}
use-cross: ${{ matrix.cross }}
if: matrix.target != 'wasm32-unknown-unknown'
args: --release --locked ${{ matrix.cargo_flags }}
target: ${{ matrix.target }}

- name: trunk build
run: trunk build --release
Expand Down

0 comments on commit 2a32cad

Please sign in to comment.