Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit ffcec06

Browse files
authored
Update build-usbsid-on-push.yml
1 parent 2697c51 commit ffcec06

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/build-usbsid-on-push.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -230,21 +230,6 @@ jobs:
230230
if: env.exiting1 != 'true'
231231
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 }}
239-
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 $FILES ../vice/src/lib/libusbsiddrv/
246-
cd ..
247-
248233
- name: Download Documentation
249234
uses: actions/download-artifact@v4
250235
with:
@@ -371,6 +356,21 @@ jobs:
371356
make install
372357
cd "$OLDDIR"
373358
359+
- name: Checkout USBSID-Pico driver
360+
if: env.exiting1 != 'true'
361+
uses: actions/checkout@v4
362+
with:
363+
repository: ${{ env.SOURCE_REPO }}
364+
path: ${{ env.PATH_SOURCE_CHECKOUT }}
365+
366+
- name: Copy files
367+
shell: msys2 {0}
368+
run: |
369+
mkdir -p vice/src/lib/libusbsiddrv
370+
cd $PATH_SOURCE_CHECKOUT
371+
cp $FILES ../vice/src/lib/libusbsiddrv/
372+
cd ..
373+
374374
- name: Build
375375
id: build
376376
shell: msys2 {0}

0 commit comments

Comments
 (0)