Skip to content

Commit

Permalink
perl
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Jan 21, 2023
1 parent 0b503b1 commit 3f96ce4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- run: |
ps -jaxww
perl --version
Get-Command perl
# shell: bash

0 comments on commit 3f96ce4

Please sign in to comment.