Merge branch 'master' into split2089-workflow-docs-artifact

This commit is contained in:
Brad Smith
2023-05-07 13:34:37 -04:00
committed by GitHub
30 changed files with 1252 additions and 50 deletions

View File

@@ -72,3 +72,7 @@ jobs:
- name: Build app (release)
run: msbuild src\cc65.sln -t:rebuild -property:Configuration=Release
# The regression tests are currently too slow to run for this Windows build,
# but the "Windows Test Manual" workflow (windows-test-manual.yml) can by
# manually dispatched from the Actions menu to test as needed.