Update dos-djgpp.yml

This commit is contained in:
TheTank20
2025-07-23 11:19:52 -05:00
committed by GitHub
parent 83d9039efe
commit f02a2abb34

View File

@@ -195,6 +195,11 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
steps: steps:
- name: Setup test environment
run: |
sudo apt -y update
sudo apt -y dosbox
- name: Download artifact - name: Download artifact
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
with: with:
@@ -249,6 +254,7 @@ jobs:
EOL EOL
- name: Run tests in DOSBox - name: Run tests in DOSBox
run: | run: |
cd dosbox_test cd dosbox_test
timeout 30s dosbox -conf dosbox.conf -nogui -exit timeout 30s dosbox -conf dosbox.conf -nogui -exit