Skip to content

Commit 1abc090

Browse files
committed
fix yaml
1 parent 1d3e832 commit 1abc090

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ on: [push, pull_request]
44

55
jobs:
66
build:
7+
78
runs-on: windows-latest
9+
810
env:
911
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12+
1013
steps:
1114
- name: Git checkout
1215
uses: actions/checkout@v4
@@ -34,8 +37,8 @@ jobs:
3437
cli: latest
3538
bb: latest
3639

37-
- name: Setup tmate session
38-
uses: mxschmitt/action-tmate@v3
40+
- name: Setup tmate session
41+
uses: mxschmitt/action-tmate@v3
3942

4043
- name: Run tests
4144
run: |

0 commit comments

Comments
 (0)