This commit is contained in:
Martin Rotter 2020-12-08 10:45:02 +01:00
parent 44f0737597
commit 8fae33127b

View file

@ -18,9 +18,9 @@ jobs:
- os: windows-2019
script_name: .\resources\scripts\github-actions\build-windows.ps1
- os: ubuntu-16.04
script_name: .\resources\scripts\github-actions\build-linux-mac.sh
script_name: ./resources/scripts/github-actions/build-linux-mac.sh
- os: macos-10.15
script_name: .\resources\scripts\github-actions\build-linux-mac.sh
script_name: ./resources/scripts/github-actions/build-linux-mac.sh
steps:
- name: Compile app
run: ${{ matrix.script_name }}