@@ -128,7 +128,7 @@ jobs:
128128 - shell : bash
129129 run : git config --global core.autocrlf input
130130
131- - name : Checkout Source
131+ - name : Checkout Source
132132 if : env.exiting1 != 'true'
133133 uses : actions/checkout@v4
134134
@@ -147,7 +147,7 @@ jobs:
147147 cp -u $FILES ../vice/src/lib/libusbsiddrv/
148148 cd ..
149149
150- - name : Install Dependencies
150+ - name : Install Dependencies
151151 shell : bash
152152 run : |
153153 sudo apt update
@@ -226,24 +226,24 @@ jobs:
226226 - run : git config --global core.autocrlf input
227227 shell : bash
228228
229- - name : Checkout Source
230- if : env.exiting1 != 'true'
231- uses : actions/checkout@v4
229+ - name : Checkout Source
230+ if : env.exiting1 != 'true'
231+ uses : actions/checkout@v4
232232
233- - name : Checkout USBSID-Pico driver
234- if : env.exiting1 != 'true'
235- uses : actions/checkout@v4
236- with :
237- repository : ${{ env.SOURCE_REPO }}
238- path : ${{ env.PATH_SOURCE_CHECKOUT }}
233+ - name : Checkout USBSID-Pico driver
234+ if : env.exiting1 != 'true'
235+ uses : actions/checkout@v4
236+ with :
237+ repository : ${{ env.SOURCE_REPO }}
238+ path : ${{ env.PATH_SOURCE_CHECKOUT }}
239239
240- - name : Copy files
241- if : env.exiting1 != 'true'
242- run : |
243- mkdir -p vice/src/lib/libusbsiddrv
244- cd $PATH_SOURCE_CHECKOUT
245- cp -u $FILES ../vice/src/lib/libusbsiddrv/
246- cd ..
240+ - name : Copy files
241+ if : env.exiting1 != 'true'
242+ run : |
243+ mkdir -p vice/src/lib/libusbsiddrv
244+ cd $PATH_SOURCE_CHECKOUT
245+ cp -u $FILES ../vice/src/lib/libusbsiddrv/
246+ cd ..
247247
248248 - name : Download Documentation
249249 uses : actions/download-artifact@v4
0 commit comments