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

.github/workflows/build.yml

index 4e0165ed062b1b31a8b88a91b14b1365a15b8c69..c326c60b865c9df6adcfaf5233df9bc73ab155e9 100644 (file)
@@ -70,7 +70,7 @@ jobs:
     - 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: Extract
-      run: lha x vbcc_target_m68k-kick13.lha && tar xvf vbcc0_9hP2.tar.gz && tar xvf vbcc_unix_config.tar.gz -C /usr/vtool
+      run: lha x vbcc_target_m68k-kick13.lha && tar xvf vbcc0_9hP2.tar.gz && sudo tar xvf vbcc_unix_config.tar.gz -C /usr/vtool
     - name: Build VBCC
       run: yes "" | make TARGET=m68k
       working-directory: ./vbcc