Skip to content

Commit 574a799

Browse files
authored
Update MSVC job name and set shell to bash
1 parent acf9578 commit 574a799

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
CMAKEFLAGS: ""
6363
dep_arch: "x64"
6464

65-
name: 🔨 MSVC ${{ matrix.platform }} ${{ matrix.artifactPrefix }}
65+
name: 🔨 MSVC ${{ matrix.platform }} ${{ matrix.osal }}
6666

6767
steps:
6868
- name: Checkout code
@@ -170,6 +170,7 @@ jobs:
170170
fi
171171
172172
- name: Set artifact name
173+
shell: bash
173174
id: artifact_name
174175
run: |
175176
if [[ "${{ github.event_name }}" == "release" ]]; then

0 commit comments

Comments
 (0)