Skip to content

Commit

Permalink
[sidecar] use the bash shell instead
Browse files Browse the repository at this point in the history
  • Loading branch information
theskcd committed Oct 18, 2023
1 parent cd88729 commit 2dafdfa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/sidecar-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ on:
jobs:
build:
runs-on: windows-2019 # Run this job on a windows environment
defaults:
run:
shell: bash

steps:
- uses: actions/checkout@v2
- uses: edgarrc/action-7z@v1

- name: Install 7-Zip
run: choco install 7zip.install
Expand Down Expand Up @@ -62,7 +66,6 @@ jobs:
# Github action parser for sure, something to test it out too quickly
- name: Compile the 7z
uses: edgarrc/action-7z@v1
with:
args: 7z a -t7z "sidecar.7z" "onnxruntime/ qdrant/ target/release/webserver models/"

Expand Down

0 comments on commit 2dafdfa

Please sign in to comment.