Skip to content

Commit

Permalink
this time
Browse files Browse the repository at this point in the history
  • Loading branch information
jordy25519 committed Oct 4, 2024
1 parent 7b14162 commit 1820b0e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
fetch-depth: 0
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: install 1.76.0 toolchain
run: |
rustup install 1.76.0-x86_64-unknown-linux-gnu
- name: Cargo login
run: |
cargo login ${{ secrets.CARGO_REGISTRY_TOKEN }}
Expand All @@ -38,4 +41,4 @@ jobs:
# publish to crates.io
cargo publish --dry-run
env:
CARGO_DRIFT_FFI_SYS: '/usr/lib'
CARGO_DRIFT_FFI_PATH: "/usr/lib"

0 comments on commit 1820b0e

Please sign in to comment.