Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sergi0g committed Jan 2, 2025
1 parent 9d628e3 commit a1711b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Install cross
run: cargo install cross --git https://github.com/cross-rs/cross
run: RUSTFLAGS="" cargo install cross --git https://github.com/cross-rs/cross

- name: Set up Node
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Install cross
run: cargo install cross --git https://github.com/cross-rs/cross
run: RUSTFLAGS="" cargo install cross --git https://github.com/cross-rs/cross

- name: Set up Node
uses: actions/setup-node@v4
Expand Down

0 comments on commit a1711b7

Please sign in to comment.