Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Update server workflow #1017

Merged
merged 2 commits into from
Oct 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Install Rust stable
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
profile: minimal
target: ${{ matrix.target }}

- name: Install Protoc
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/tauri-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
ORT_LIB_LOCATION: ${{ github.workspace }}/lib/${{ matrix.target }}/onnxruntime

steps:
- if: matrix.name == 'ubuntu-latest'
uses: pierotofy/set-swap-space@v1.0
with:
swap-size-gb: 10

- name: Checkout code
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -72,10 +77,9 @@ jobs:
run: npm ci

- name: Install Rust stable
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
profile: minimal
target: ${{ matrix.target }}

- name: Check if keys exist
Expand Down