Live video on the AT Protocol

ci: add windows-selftest to github

+14
+14
.github/workflows/windows-selftest.yaml
···
··· 1 + jobs: 2 + windows-selftest: 3 + name: windows-selftest 4 + runs-on: windows-latest 5 + steps: 6 + - name: Check out code 7 + uses: actions/checkout@v4.1.7 8 + with: 9 + fetch-depth: 0 10 + ref: ${{ github.event.pull_request.head.sha }} 11 + 12 + - name: make node 13 + run: | 14 + C:\msys64\usr\bin\bash -lc "bash -x ./util/windows-selftest.sh https://git-cloudflare.stream.place/api/v4/projects/1/packages/generic/latest/v0.6.19/streamplace-desktop-v0.6.19-windows-amd64.exe"