8000 Merge branch 'master' into master · obfuscar/obfuscar@a3ac3ab · GitHub
[go: up one dir, main page]

Skip to content

Fix System.NotSupportedException on reading resources [PR]. #54

Fix System.NotSupportedException on reading resources [PR].

Fix System.NotSupportedException on reading resources [PR]. #54

Workflow file for this run

name: Windows
on: [push, pull_request]
jobs:
windows:
runs-on: windows-2022
steps:
- uses: actions/checkout@v2
- name: Submodule
shell: cmd
run: git submodule update --init --recursive
- name: Build
shell: cmd
run: dist.pack.bat
- name: Test
shell: cmd
run: test.bat
0