]> Nishi Git Mirror - dataworks.git/commitdiff
trying to fix build-dosimg
authornishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Sat, 15 Jun 2024 02:14:27 +0000 (02:14 +0000)
committernishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Sat, 15 Jun 2024 02:14:27 +0000 (02:14 +0000)
git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@313 d4a5a174-5a4a-5b4b-b672-37683c10d7d5

.github/workflows/build.yml

index 795862609a5d2b66f00f24e847a83d2a8cc52548..203afe56ccecd483c7067b47b4712a6fb2cc146f 100644 (file)
@@ -137,7 +137,7 @@ jobs:
     - name: Checkout
       uses: actions/checkout@v4
     - name: Install packages
-      run: sudo apt install flex byacc make graphviz mtools
+      run: sudo apt install flex byacc make graphviz mtools xvfb dosbox
     - name: Create /usr/watcom
       run: sudo mkdir -p /usr/watcom
     - name: Install Open Watcom
@@ -149,7 +149,7 @@ jobs:
     - name: Add INCLUDE env
       run: echo "INCLUDE=/usr/watcom/h" >> $GITHUB_ENV
     - name: Make
-      run: make YACC=byacc dos-installer
+      run: xvfb-run make YACC=byacc dos-installer
     - name: Upload artifact
       uses: actions/upload-artifact@v4
       with: