Skip to content

Commit

Permalink
fix: gpu releases
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-camuto committed Nov 14, 2023
1 parent bbb8aea commit 1fdfd0d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/pypi-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
python-version: 3.7
architecture: x64

- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-06-27
override: true
components: rustfmt, clippy

- name: Set Cargo.toml version to match github tag
shell: bash
env:
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:
RUST_BACKTRACE: 1
PCRE2_SYS_STATIC: 1
steps:
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-08-24
override: true
components: rustfmt, clippy
- name: Checkout repo
uses: actions/checkout@v4

Expand All @@ -60,7 +65,9 @@ jobs:
mv Cargo.lock Cargo.lock.orig
sed "s/0\\.0\\.0/${EZKL_VERSION//v}/" Cargo.lock.orig >Cargo.lock
- name: Use Cross

- name: Set Target Dir
shell: bash
run: |
cargo install cross -Z sparse-registry
Expand Down

0 comments on commit 1fdfd0d

Please sign in to comment.