Skip to content

Commit

Permalink
Revert "test: Add workarounds for possible issue with DOS/32A DOS ext…
Browse files Browse the repository at this point in the history
…ender, see #88"

This reverts commit 4abdad9.
  • Loading branch information
volkertb committed Aug 18, 2024
1 parent 4abdad9 commit 92bd299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/02-pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:
ls -lh /dev/kvm
ls -lh .
touch CICD_DOS.BAT
echo "JEMM386.EXE LOAD NOVCPI" >> CICD_DOS.BAT
echo "JEMM386.EXE LOAD" >> CICD_DOS.BAT
echo "JLOAD QPIEMU.DLL" >> CICD_DOS.BAT
echo "HDPMI32i.EXE -x" >> CICD_DOS.BAT
echo "HDPMI32i.EXE" >> CICD_DOS.BAT
echo "output\\sbemu" >> CICD_DOS.BAT
echo "cd test" >> CICD_DOS.BAT
echo "ren dos32a.exe dos4gw.exe" >> CICD_DOS.BAT
Expand Down

0 comments on commit 92bd299

Please sign in to comment.