Skip to content

Commit ac9fee4

Browse files
committed
Update build.yaml
1 parent df755a5 commit ac9fee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
mkdir -p bin
3434
cd src
3535
${{ matrix.build_command }}
36-
shell: ${{ matrix.os == 'windows-latest' && 'cmd' || 'bash' }}
36+
shell: ${{ runner.os == 'windows-latest' && 'cmd' || 'bash' }}
3737

3838
- uses: actions/upload-artifact@v4
3939
with:

0 commit comments

Comments
 (0)