Skip to content

Commit d84b573

Browse files
committed
set shell for windows scripts
1 parent 972f1c0 commit d84b573

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release-python.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ jobs:
167167
run: choco install llvm --version="21.1.0" -y
168168

169169
- name: Clear profiles
170+
shell: bash
170171
run: rm -rf ./scripts/pgo-profiles; mkdir ./scripts/pgo-profiles; mkdir ./scripts/pgo-profiles/pgo.profraw
171172

172173
- name: Instrumented build
@@ -176,6 +177,7 @@ jobs:
176177
args: --release --out dist --verbose -- "-Cprofile-generate=${PWD}/scripts/pgo-profiles/pgo.profraw"
177178

178179
- name: Install instrumented
180+
shell: bash
179181
run: |
180182
# Need recent pip for dep groups
181183
python -m pip install -U pip
@@ -192,6 +194,7 @@ jobs:
192194
done
193195
194196
- name: Instrumented profile workload
197+
shell: bash
195198
run: |
196199
# Run profile workload
197200
LLVM_PROFILE_FILE=scripts/pgo-profiles/pgo.profraw/pgo-%p-%m.profraw python ./scripts/profile_workload.py

0 commit comments

Comments
 (0)