]> Nishi Git Mirror - dataworks.git/commitdiff
trying to fix amiga build
authornishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Wed, 19 Jun 2024 16:35:49 +0000 (16:35 +0000)
committernishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Wed, 19 Jun 2024 16:35:49 +0000 (16:35 +0000)
git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@375 d4a5a174-5a4a-5b4b-b672-37683c10d7d5

.github/workflows/build.yml

index b7ebccf80e15a7ca56055a46c52c1ac3dec5a0e8..166006768a73aae28dd4c147cd4fa435923bf6d0 100644 (file)
@@ -58,15 +58,15 @@ jobs:
     - name: Install packages
       run: sudo apt-get install zip byacc flex doxygen graphviz lhasa
     - name: Get VBCC
-      run: git clone https://github.com/kusma/vbcc
+      run: wget http://phoenix.owl.de/tags/vbcc0_9hP2.tar.gz
     - name: Get VASM
       run: git clone https://github.com/kusma/vasm
     - name: Get VLINK
       run: git clone https://github.com/kusma/vlink
     - name: Get targets and stuff
-      run: wget http://phoenix.owl.de/vbcc/2022-03-23/vbcc_target_m68k-kick13.lha
+      run: wget http://phoenix.owl.de/vbcc/2022-03-223vbcc_target_m68k-kick13.lha
     - name: Extract
-      run: lha x vbcc_target_m68k-kick13.lha
+      run: lha x vbcc_target_m68k-kick13.lha && tar xvf vbcc0_9hP2.tar.gz
     - name: Make directories for VBCC/VASM/VLINK
       run: sudo mkdir -p /usr/vtool/bin && sudo mkdir -p /usr/vtool/config && sudo mkdir -p /usr/vtool/targets
     - name: Build VBCC