Update test.yml

+ Test compiler working in install.ps1 test
+ choco package test oj windows instead ubuntu
This commit is contained in:
Егор 2024-11-17 20:42:28 +05:00 committed by GitHub
parent fe4d4bc277
commit 1a05d66976
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,6 +54,11 @@ jobs:
- name: Run script
run: ${{ github.workspace }}\install.ps1
- name: Test
run: |
kos32-gcc -v
kos32-g++ -v
#Test Windows Installer
build-Installer:
runs-on: windows-latest
@ -143,7 +148,7 @@ jobs:
# Test chocolatey package install/remove
chocolatey-package-test:
runs-on: ubuntu-latest
runs-on: windows-latest
needs: chocolatey-package-build
steps:
- uses: actions/checkout@v4