Skip to content

Commit 81785da

Browse files
committed
perl
1 parent 0b503b1 commit 81785da

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on: [push, pull_request]
44

55
jobs:
66
test:
7-
runs-on: ubuntu-latest
7+
runs-on: windows-latest
88
steps:
99
- run: |
10-
ps -jaxww
10+
perl --version
11+
shell: bash

0 commit comments

Comments
 (0)