Browse Source

Try to run msys bash

master
Krisjanis Rijnieks 5 years ago
parent
commit
f1aa666837
  1. 2
      .github/workflows/windows.yml

2
.github/workflows/windows.yml

@ -18,6 +18,8 @@ jobs:
Move-Item -Path "./*" -Destination "../Temp/"
Get-ChildItem -Path "../Temp"
Get-ChildItem -Path "./"
- name: Test MSys2
run: bash.exe
- name: Download and unzip openFrameworks
run: |
curl --help

Loading…
Cancel
Save