We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b503b1 commit 81785daCopy full SHA for 81785da
.github/workflows/main.yml
@@ -4,7 +4,8 @@ on: [push, pull_request]
4
5
jobs:
6
test:
7
- runs-on: ubuntu-latest
+ runs-on: windows-latest
8
steps:
9
- run: |
10
- ps -jaxww
+ perl --version
11
+ shell: bash
0 commit comments