Skip to content

Commit

Permalink
Download and HDPMI32i as part of test, since SBEMU won't run without it
Browse files Browse the repository at this point in the history
  • Loading branch information
volkertb committed Jan 20, 2024
1 parent 08fad8e commit dde4744
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/02-pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,14 @@ jobs:
uses: actions/download-artifact@v4
with:
name: compiled-sbemu-executable
- name: 'Download dependencies'
run: |
wget https://github.com/crazii/HX/releases/download/v0.1-beta3/HDPMI32i.zip
echo "4b7fc576d6c5dfd3fe7290fd1d0c0229118d01a55c8325d487452c2d6e0c3bbd HDPMI32i.zip" | sha256sum --check
unzip HDPMI32i.zip
- name: Test executable
run: |
ls -lh /dev/kvm
echo "sbemu /?" > CICD_DOS.BAT
echo "HDPMI32i.EXE" > CICD_DOS.BAT
echo "sbemu /?" >> CICD_DOS.BAT
/usr/local/bin/run_cicd_dos.sh

0 comments on commit dde4744

Please sign in to comment.