Improve Path info in CI, add workflow_dispatch

This commit is contained in:
MSP-Greg
2021-06-27 13:40:18 +02:00
committed by Benoit Daloze
parent 477b21f02b
commit 9f177f2b7c
+6 -2
View File
@@ -10,6 +10,8 @@ on:
- README.md
schedule:
- cron: '0 7 * * SUN'
workflow_dispatch:
jobs:
test:
strategy:
@@ -40,8 +42,10 @@ jobs:
bundler-cache: true
- run: ruby -v
- name: PATH
shell: bash
run: echo $PATH
shell: pwsh
run: |
# Show PATH with Powershell
$f, $r = $env:PATH.split([IO.Path]::PathSeparator); $r
- name: build compiler
run: |